#430cbc

Color #430CBC Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #430CBC

Tints of Purple Heart #430CBC

Color information

#430CBC (or 0x430CBC) is unknown color: approx Purple Heart. HEX triplet: 43, 0C and BC. RGB value is (67,12,188). Sum of RGB (Red+Green+Blue) = 67+12+188=267 (35% of max value = 765). Red value is 67 (26.56% from 255 or 25.09% from 267); Green value is 12 (5.08% from 255 or 4.49% from 267); Blue value is 188 (73.83% from 255 or 70.41% from 267); Max value from RGB is 188 - color contains mainly: blue. Hex color #430CBC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #430CBC is #BCF343. Grayscale: #2F2F2F. Windows color (decimal): -12383044 or 12323907. OLE color: 12323907.

HSL color Cylindrical-coordinate representation of color #430CBC: hue angle of 258.75º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #430CBC is Cyan = 0.64, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB6712188-
CMYK0.640.9400.26
HSL258.75º88%39.22%-
HSV(B)258.75º93.62%73.73%-
XYZ11.525.0947.95-
YUV48.51206.72141.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 67 (26.56% from 255) = 25.09%
GREEN value IS 12 (5.08% from 255) = 4.49%
BLUE value IS 188 (73.83% from 255) = 70.41%
R=25.09%
G=4.49%
B=70.41%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal67121880.640.9400.26258.758839.22
Hex43CBC405E01A1035827
Octal1031427410013603240313047
Binary1000011110010111100100000010111100110101000000111011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430cbc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430cbc; }

 p { color: rgb(67,12,188); }

 H1.HeaderClassName
 {
   color: #430cbc;
 }
 .AnyTagClassName
 {
   color: #430cbc;
 }
</style>
background-color css

<style>
 a { background-color: #430cbc; }

 a { background-color: rgb(67,12,188); }

 div.DivClassName
 {
   background-color: #430cbc;
 }
 .BgClassName
 {
   background-color: #430cbc;
 }
</style>
border-color css

<style>
 span { border-color: #430cbc; }

 span { border-color: rgb(67,12,188); }

 td.TdClassName
 {
   border-color: #430cbc;
 }
 .TagClassName
 {
   border-color: #430cbc;
 }
</style>