Html Css Color HEX #4016CC Purple Heart

📋 copy color: '#4016CC'

red 64 ◦ green 22 ◦ blue 204

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

Shades of Purple Heart #4016CC

Tints of Purple Heart #4016CC

RGB

 RED value IS 64 (25.39% from 255) = 22.07%

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

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

R = 22.07%
G = 7.59%
B = 70.34%

CMYK

 C value IS 0.69

 M value IS 0.89

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4016CC (or 0x4016CC) is known color: Purple Heart. HEX triplet: 40, 16 and CC. RGB value is (64,22,204). Sum of RGB (Red+Green+Blue) = 64+22+204=290 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.07% from 290); Green value is 22 (8.98% from 255 or 7.59% from 290); Blue value is 204 (80.08% from 255 or 70.34% from 290); Max value from RGB is 204 - color contains mainly: blue. Hex color #4016CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4016CC is #BFE933. Grayscale: #363636. Windows color (decimal): -12577076 or 13375040. OLE color: 13375040.

HSL color Cylindrical-coordinate representation of color #4016CC: hue angle of 253.85º 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 #4016CC is Cyan = 0.69, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 64 22 204 -
CMYK 0.69 0.89 0 0.2
HSL 253.85º 0.81% 0.44% -
HSV(B) 253.85º 0.89% 0.8% -
XYZ 13.3 6.02 57.59 -
YUV 55.31 211.91 134.2 -
System Red Green Blue C M Y K H S L
Decimal 64 22 204 0.69 0.89 0 0.2 253.85 0.81 0.44
Hex 40 16 CC 45 59 0 14 FE 51 2C
Octal 100 26 314 105 131 0 24 376 121 54
Binary 1000000 10110 11001100 1000101 1011001 0 10100 11111110 1010001 101100

Color Harmonies of #4016CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4016CC

Black with #4016CC

Text Example


Text Example

White with #4016CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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