Html Css Color HEX #430CC0 Purple Heart

📋 copy color: '#430CC0'

red 67 ◦ green 12 ◦ blue 192

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

Shades of Purple Heart #430CC0

Tints of Purple Heart #430CC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 70.85%

R = 24.72%
G = 4.43%
B = 70.85%

CMYK

 C value IS 0.65

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#430CC0 (or 0x430CC0) is known color: Purple Heart. HEX triplet: 43, 0C and C0. RGB value is (67,12,192). Sum of RGB (Red+Green+Blue) = 67+12+192=271 (35% of max value = 765). Red value is 67 (26.56% from 255 or 24.72% from 271); Green value is 12 (5.08% from 255 or 4.43% from 271); Blue value is 192 (75.39% from 255 or 70.85% from 271); Max value from RGB is 192 - color contains mainly: blue. Hex color #430CC0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #430CC0 is #BCF33F. Grayscale: #303030. Windows color (decimal): -12383040 or 12586051. OLE color: 12586051.

HSL color Cylindrical-coordinate representation of color #430CC0: hue angle of 258.33º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #430CC0 is Cyan = 0.65, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 67 12 192 -
CMYK 0.65 0.94 0 0.25
HSL 258.33º 0.88% 0.4% -
HSV(B) 258.33º 0.94% 0.75% -
XYZ 11.96 5.26 50.25 -
YUV 48.97 208.72 140.86 -
System Red Green Blue C M Y K H S L
Decimal 67 12 192 0.65 0.94 0 0.25 258.33 0.88 0.4
Hex 43 C C0 41 5E 0 19 102 58 28
Octal 103 14 300 101 136 0 31 402 130 50
Binary 1000011 1100 11000000 1000001 1011110 0 11001 100000010 1011000 101000

Color Harmonies of #430CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430CC0

Black with #430CC0

Text Example


Text Example

White with #430CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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