Html Css Color HEX #4416CC Purple Heart

📋 copy color: '#4416CC'

red 68 ◦ green 22 ◦ blue 204

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

Shades of Purple Heart #4416CC

Tints of Purple Heart #4416CC

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.48%

 BLUE value IS 204 (80.08% from 255) = 69.39%

R = 23.13%
G = 7.48%
B = 69.39%

CMYK

 C value IS 0.67

 M value IS 0.89

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4416CC (or 0x4416CC) is known color: Purple Heart. HEX triplet: 44, 16 and CC. RGB value is (68,22,204). Sum of RGB (Red+Green+Blue) = 68+22+204=294 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.13% from 294); Green value is 22 (8.98% from 255 or 7.48% from 294); Blue value is 204 (80.08% from 255 or 69.39% from 294); Max value from RGB is 204 - color contains mainly: blue. Hex color #4416CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4416CC is #BBE933. Grayscale: #373737. Windows color (decimal): -12314932 or 13375044. OLE color: 13375044.

HSL color Cylindrical-coordinate representation of color #4416CC: hue angle of 255.16º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4416CC is Cyan = 0.67, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 68 22 204 -
CMYK 0.67 0.89 0 0.2
HSL 255.16º 0.81% 0.44% -
HSV(B) 255.16º 0.89% 0.8% -
XYZ 13.57 6.16 57.6 -
YUV 56.5 211.24 136.2 -
System Red Green Blue C M Y K H S L
Decimal 68 22 204 0.67 0.89 0 0.2 255.16 0.81 0.44
Hex 44 16 CC 43 59 0 14 FF 51 2C
Octal 104 26 314 103 131 0 24 377 121 54
Binary 1000100 10110 11001100 1000011 1011001 0 10100 11111111 1010001 101100

Color Harmonies of #4416CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4416CC

Black with #4416CC

Text Example


Text Example

White with #4416CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4416CC; }

 p { color: rgb(68,22,204); }

 H1.HeaderClassName
 {
   color: #4416CC;
 }
 .AnyTagClassName
 {
   color: #4416CC;
 }
</style>

background-color css

<style>
 a { background-color: #4416CC; }

 a { background-color: rgb(68,22,204); }

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

border-color css

<style>
 span { border-color: #4416CC; }

 span { border-color: rgb(68,22,204); }

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