Html Css Color HEX #4228CF Purple Heart

📋 copy color: '#4228CF'

red 66 ◦ green 40 ◦ blue 207

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

Shades of Purple Heart #4228CF

Tints of Purple Heart #4228CF

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.78%

 BLUE value IS 207 (81.25% from 255) = 66.13%

R = 21.09%
G = 12.78%
B = 66.13%

CMYK

 C value IS 0.68

 M value IS 0.81

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4228CF (or 0x4228CF) is known color: Purple Heart. HEX triplet: 42, 28 and CF. RGB value is (66,40,207). Sum of RGB (Red+Green+Blue) = 66+40+207=313 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.09% from 313); Green value is 40 (16.02% from 255 or 12.78% from 313); Blue value is 207 (81.25% from 255 or 66.13% from 313); Max value from RGB is 207 - color contains mainly: blue. Hex color #4228CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4228CF is #BDD730. Grayscale: #424242. Windows color (decimal): -12441393 or 13576258. OLE color: 13576258.

HSL color Cylindrical-coordinate representation of color #4228CF: hue angle of 249.34º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4228CF is Cyan = 0.68, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 66 40 207 -
CMYK 0.68 0.81 0 0.19
HSL 249.34º 0.68% 0.48% -
HSV(B) 249.34º 0.81% 0.81% -
XYZ 14.27 7.18 59.67 -
YUV 66.81 207.11 127.42 -
System Red Green Blue C M Y K H S L
Decimal 66 40 207 0.68 0.81 0 0.19 249.34 0.68 0.48
Hex 42 28 CF 44 51 0 13 F9 44 30
Octal 102 50 317 104 121 0 23 371 104 60
Binary 1000010 101000 11001111 1000100 1010001 0 10011 11111001 1000100 110000

Color Harmonies of #4228CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4228CF

Black with #4228CF

Text Example


Text Example

White with #4228CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4228CF; }

 p { color: rgb(66,40,207); }

 H1.HeaderClassName
 {
   color: #4228CF;
 }
 .AnyTagClassName
 {
   color: #4228CF;
 }
</style>

background-color css

<style>
 a { background-color: #4228CF; }

 a { background-color: rgb(66,40,207); }

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

border-color css

<style>
 span { border-color: #4228CF; }

 span { border-color: rgb(66,40,207); }

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