Html Css Color HEX #430CC6 Purple Heart

📋 copy color: '#430CC6'

red 67 ◦ green 12 ◦ blue 198

#430CC6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #430CC6

Tints of Purple Heart #430CC6

RGB

 RED value IS 67 (26.56% from 255) = 24.19%

 GREEN value IS 12 (5.08% from 255) = 4.33%

 BLUE value IS 198 (77.73% from 255) = 71.48%

R = 24.19%
G = 4.33%
B = 71.48%

CMYK

 C value IS 0.66

 M value IS 0.94

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#430CC6 (or 0x430CC6) is known color: Purple Heart. HEX triplet: 43, 0C and C6. RGB value is (67,12,198). Sum of RGB (Red+Green+Blue) = 67+12+198=277 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.19% from 277); Green value is 12 (5.08% from 255 or 4.33% from 277); Blue value is 198 (77.73% from 255 or 71.48% from 277); Max value from RGB is 198 - color contains mainly: blue. Hex color #430CC6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #430CC6 is #BCF339. Grayscale: #303030. Windows color (decimal): -12383034 or 12979267. OLE color: 12979267.

HSL color Cylindrical-coordinate representation of color #430CC6: hue angle of 257.74º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #430CC6 is Cyan = 0.66, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 67 12 198 -
CMYK 0.66 0.94 0 0.22
HSL 257.74º 0.89% 0.41% -
HSV(B) 257.74º 0.94% 0.78% -
XYZ 12.64 5.53 53.83 -
YUV 49.65 211.72 140.38 -
System Red Green Blue C M Y K H S L
Decimal 67 12 198 0.66 0.94 0 0.22 257.74 0.89 0.41
Hex 43 C C6 42 5E 0 16 102 59 29
Octal 103 14 306 102 136 0 26 402 131 51
Binary 1000011 1100 11000110 1000010 1011110 0 10110 100000010 1011001 101001

Color Harmonies of #430CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430CC6

Black with #430CC6

Text Example


Text Example

White with #430CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #430CC6;
 }
 .AnyTagClassName
 {
   color: #430CC6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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