Html Css Color HEX #4011CA Purple Heart

📋 copy color: '#4011CA'

red 64 ◦ green 17 ◦ blue 202

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

Shades of Purple Heart #4011CA

Tints of Purple Heart #4011CA

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.01%

 BLUE value IS 202 (79.3% from 255) = 71.38%

R = 22.61%
G = 6.01%
B = 71.38%

CMYK

 C value IS 0.68

 M value IS 0.92

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4011CA (or 0x4011CA) is known color: Purple Heart. HEX triplet: 40, 11 and CA. RGB value is (64,17,202). Sum of RGB (Red+Green+Blue) = 64+17+202=283 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.61% from 283); Green value is 17 (7.03% from 255 or 6.01% from 283); Blue value is 202 (79.30% from 255 or 71.38% from 283); Max value from RGB is 202 - color contains mainly: blue. Hex color #4011CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4011CA is #BFEE35. Grayscale: #333333. Windows color (decimal): -12578358 or 13242688. OLE color: 13242688.

HSL color Cylindrical-coordinate representation of color #4011CA: hue angle of 255.24º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4011CA is Cyan = 0.68, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 64 17 202 -
CMYK 0.68 0.92 0 0.21
HSL 255.24º 0.84% 0.43% -
HSV(B) 255.24º 0.92% 0.79% -
XYZ 12.98 5.76 56.3 -
YUV 52.14 212.57 136.46 -
System Red Green Blue C M Y K H S L
Decimal 64 17 202 0.68 0.92 0 0.21 255.24 0.84 0.43
Hex 40 11 CA 44 5C 0 15 FF 54 2B
Octal 100 21 312 104 134 0 25 377 124 53
Binary 1000000 10001 11001010 1000100 1011100 0 10101 11111111 1010100 101011

Color Harmonies of #4011CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4011CA

Black with #4011CA

Text Example


Text Example

White with #4011CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4011CA; }

 p { color: rgb(64,17,202); }

 H1.HeaderClassName
 {
   color: #4011CA;
 }
 .AnyTagClassName
 {
   color: #4011CA;
 }
</style>

background-color css

<style>
 a { background-color: #4011CA; }

 a { background-color: rgb(64,17,202); }

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

border-color css

<style>
 span { border-color: #4011CA; }

 span { border-color: rgb(64,17,202); }

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