Html Css Color HEX #4230D6 Purple Heart

📋 copy color: '#4230D6'

red 66 ◦ green 48 ◦ blue 214

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

Shades of Purple Heart #4230D6

Tints of Purple Heart #4230D6

RGB

 RED value IS 66 (26.17% from 255) = 20.12%

 GREEN value IS 48 (19.14% from 255) = 14.63%

 BLUE value IS 214 (83.98% from 255) = 65.24%

R = 20.12%
G = 14.63%
B = 65.24%

CMYK

 C value IS 0.69

 M value IS 0.78

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#4230D6 (or 0x4230D6) is known color: Purple Heart. HEX triplet: 42, 30 and D6. RGB value is (66,48,214). Sum of RGB (Red+Green+Blue) = 66+48+214=328 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.12% from 328); Green value is 48 (19.14% from 255 or 14.63% from 328); Blue value is 214 (83.98% from 255 or 65.24% from 328); Max value from RGB is 214 - color contains mainly: blue. Hex color #4230D6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4230D6 is #BDCF29. Grayscale: #474747. Windows color (decimal): -12439338 or 14037058. OLE color: 14037058.

HSL color Cylindrical-coordinate representation of color #4230D6: hue angle of 246.51º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4230D6 is Cyan = 0.69, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 66 48 214 -
CMYK 0.69 0.78 0 0.16
HSL 246.51º 0.67% 0.51% -
HSV(B) 246.51º 0.78% 0.84% -
XYZ 15.44 8.13 64.37 -
YUV 72.31 207.96 123.5 -
System Red Green Blue C M Y K H S L
Decimal 66 48 214 0.69 0.78 0 0.16 246.51 0.67 0.51
Hex 42 30 D6 45 4E 0 10 F7 43 33
Octal 102 60 326 105 116 0 20 367 103 63
Binary 1000010 110000 11010110 1000101 1001110 0 10000 11110111 1000011 110011

Color Harmonies of #4230D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4230D6

Black with #4230D6

Text Example


Text Example

White with #4230D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4230D6; }

 p { color: rgb(66,48,214); }

 H1.HeaderClassName
 {
   color: #4230D6;
 }
 .AnyTagClassName
 {
   color: #4230D6;
 }
</style>

background-color css

<style>
 a { background-color: #4230D6; }

 a { background-color: rgb(66,48,214); }

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

border-color css

<style>
 span { border-color: #4230D6; }

 span { border-color: rgb(66,48,214); }

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