Html Css Color HEX #4013CC Purple Heart

📋 copy color: '#4013CC'

red 64 ◦ green 19 ◦ blue 204

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

Shades of Purple Heart #4013CC

Tints of Purple Heart #4013CC

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.62%

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

R = 22.3%
G = 6.62%
B = 71.08%

CMYK

 C value IS 0.69

 M value IS 0.91

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4013CC (or 0x4013CC) is known color: Purple Heart. HEX triplet: 40, 13 and CC. RGB value is (64,19,204). Sum of RGB (Red+Green+Blue) = 64+19+204=287 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.30% from 287); Green value is 19 (7.81% from 255 or 6.62% from 287); Blue value is 204 (80.08% from 255 or 71.08% from 287); Max value from RGB is 204 - color contains mainly: blue. Hex color #4013CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4013CC is #BFEC33. Grayscale: #343434. Windows color (decimal): -12577844 or 13374272. OLE color: 13374272.

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

Color convert

RGB 64 19 204 -
CMYK 0.69 0.91 0 0.2
HSL 254.59º 0.83% 0.44% -
HSV(B) 254.59º 0.91% 0.8% -
XYZ 13.25 5.92 57.57 -
YUV 53.55 212.91 135.46 -
System Red Green Blue C M Y K H S L
Decimal 64 19 204 0.69 0.91 0 0.2 254.59 0.83 0.44
Hex 40 13 CC 45 5B 0 14 FF 53 2C
Octal 100 23 314 105 133 0 24 377 123 54
Binary 1000000 10011 11001100 1000101 1011011 0 10100 11111111 1010011 101100

Color Harmonies of #4013CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4013CC

Black with #4013CC

Text Example


Text Example

White with #4013CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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