Html Css Color HEX #4015CE Purple Heart

📋 copy color: '#4015CE'

red 64 ◦ green 21 ◦ blue 206

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

Shades of Purple Heart #4015CE

Tints of Purple Heart #4015CE

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.22%

 BLUE value IS 206 (80.86% from 255) = 70.79%

R = 21.99%
G = 7.22%
B = 70.79%

CMYK

 C value IS 0.69

 M value IS 0.90

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4015CE (or 0x4015CE) is known color: Purple Heart. HEX triplet: 40, 15 and CE. RGB value is (64,21,206). Sum of RGB (Red+Green+Blue) = 64+21+206=291 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.99% from 291); Green value is 21 (8.59% from 255 or 7.22% from 291); Blue value is 206 (80.86% from 255 or 70.79% from 291); Max value from RGB is 206 - color contains mainly: blue. Hex color #4015CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4015CE is #BFEA31. Grayscale: #363636. Windows color (decimal): -12577330 or 13505856. OLE color: 13505856.

HSL color Cylindrical-coordinate representation of color #4015CE: hue angle of 253.95º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4015CE is Cyan = 0.69, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 64 21 206 -
CMYK 0.69 0.90 0 0.19
HSL 253.95º 0.81% 0.45% -
HSV(B) 253.95º 0.9% 0.81% -
XYZ 13.52 6.08 58.85 -
YUV 54.95 213.25 134.46 -
System Red Green Blue C M Y K H S L
Decimal 64 21 206 0.69 0.90 0 0.19 253.95 0.81 0.45
Hex 40 15 CE 45 5A 0 13 FE 51 2D
Octal 100 25 316 105 132 0 23 376 121 55
Binary 1000000 10101 11001110 1000101 1011010 0 10011 11111110 1010001 101101

Color Harmonies of #4015CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4015CE

Black with #4015CE

Text Example


Text Example

White with #4015CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4015CE; }

 p { color: rgb(64,21,206); }

 H1.HeaderClassName
 {
   color: #4015CE;
 }
 .AnyTagClassName
 {
   color: #4015CE;
 }
</style>

background-color css

<style>
 a { background-color: #4015CE; }

 a { background-color: rgb(64,21,206); }

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

border-color css

<style>
 span { border-color: #4015CE; }

 span { border-color: rgb(64,21,206); }

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