Html Css Color HEX #4228CD Purple Heart

📋 copy color: '#4228CD'

red 66 ◦ green 40 ◦ blue 205

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

Shades of Purple Heart #4228CD

Tints of Purple Heart #4228CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 65.92%

R = 21.22%
G = 12.86%
B = 65.92%

CMYK

 C value IS 0.68

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4228CD (or 0x4228CD) is known color: Purple Heart. HEX triplet: 42, 28 and CD. RGB value is (66,40,205). Sum of RGB (Red+Green+Blue) = 66+40+205=311 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.22% from 311); Green value is 40 (16.02% from 255 or 12.86% from 311); Blue value is 205 (80.47% from 255 or 65.92% from 311); Max value from RGB is 205 - color contains mainly: blue. Hex color #4228CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4228CD is #BDD732. Grayscale: #414141. Windows color (decimal): -12441395 or 13445186. OLE color: 13445186.

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

Color convert

RGB 66 40 205 -
CMYK 0.68 0.80 0 0.20
HSL 249.45º 0.67% 0.48% -
HSV(B) 249.45º 0.8% 0.8% -
XYZ 14.03 7.08 58.39 -
YUV 66.58 206.11 127.58 -
System Red Green Blue C M Y K H S L
Decimal 66 40 205 0.68 0.80 0 0.20 249.45 0.67 0.48
Hex 42 28 CD 44 50 0 14 F9 43 30
Octal 102 50 315 104 120 0 24 371 103 60
Binary 1000010 101000 11001101 1000100 1010000 0 10100 11111001 1000011 110000

Color Harmonies of #4228CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4228CD

Black with #4228CD

Text Example


Text Example

White with #4228CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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