Html Css Color HEX #4017CA Purple Heart

📋 copy color: '#4017CA'

red 64 ◦ green 23 ◦ blue 202

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

Shades of Purple Heart #4017CA

Tints of Purple Heart #4017CA

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.96%

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

R = 22.15%
G = 7.96%
B = 69.9%

CMYK

 C value IS 0.68

 M value IS 0.89

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4017CA (or 0x4017CA) is known color: Purple Heart. HEX triplet: 40, 17 and CA. RGB value is (64,23,202). Sum of RGB (Red+Green+Blue) = 64+23+202=289 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.15% from 289); Green value is 23 (9.38% from 255 or 7.96% from 289); Blue value is 202 (79.30% from 255 or 69.90% from 289); Max value from RGB is 202 - color contains mainly: blue. Hex color #4017CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4017CA is #BFE835. Grayscale: #363636. Windows color (decimal): -12576822 or 13244224. OLE color: 13244224.

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

Color convert

RGB 64 23 202 -
CMYK 0.68 0.89 0 0.21
HSL 253.74º 0.8% 0.44% -
HSV(B) 253.74º 0.89% 0.79% -
XYZ 13.08 5.97 56.34 -
YUV 55.67 210.58 133.95 -
System Red Green Blue C M Y K H S L
Decimal 64 23 202 0.68 0.89 0 0.21 253.74 0.8 0.44
Hex 40 17 CA 44 59 0 15 FE 50 2C
Octal 100 27 312 104 131 0 25 376 120 54
Binary 1000000 10111 11001010 1000100 1011001 0 10101 11111110 1010000 101100

Color Harmonies of #4017CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4017CA

Black with #4017CA

Text Example


Text Example

White with #4017CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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