Html Css Color HEX #4420CF Purple Heart

📋 copy color: '#4420CF'

red 68 ◦ green 32 ◦ blue 207

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

Shades of Purple Heart #4420CF

Tints of Purple Heart #4420CF

RGB

 RED value IS 68 (26.95% from 255) = 22.15%

 GREEN value IS 32 (12.89% from 255) = 10.42%

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

R = 22.15%
G = 10.42%
B = 67.43%

CMYK

 C value IS 0.67

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4420CF (or 0x4420CF) is known color: Purple Heart. HEX triplet: 44, 20 and CF. RGB value is (68,32,207). Sum of RGB (Red+Green+Blue) = 68+32+207=307 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.15% from 307); Green value is 32 (12.89% from 255 or 10.42% from 307); Blue value is 207 (81.25% from 255 or 67.43% from 307); Max value from RGB is 207 - color contains mainly: blue. Hex color #4420CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4420CF is #BBDF30. Grayscale: #3E3E3E. Windows color (decimal): -12312369 or 13574212. OLE color: 13574212.

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

Color convert

RGB 68 32 207 -
CMYK 0.67 0.85 0 0.19
HSL 252.34º 0.73% 0.47% -
HSV(B) 252.34º 0.85% 0.81% -
XYZ 14.16 6.77 59.59 -
YUV 62.71 209.43 131.77 -
System Red Green Blue C M Y K H S L
Decimal 68 32 207 0.67 0.85 0 0.19 252.34 0.73 0.47
Hex 44 20 CF 43 55 0 13 FC 49 2F
Octal 104 40 317 103 125 0 23 374 111 57
Binary 1000100 100000 11001111 1000011 1010101 0 10011 11111100 1001001 101111

Color Harmonies of #4420CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4420CF

Black with #4420CF

Text Example


Text Example

White with #4420CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,32,207); }

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

background-color css

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

 a { background-color: rgb(68,32,207); }

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

border-color css

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

 span { border-color: rgb(68,32,207); }

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