Html Css Color HEX #4015CB Purple Heart

📋 copy color: '#4015CB'

red 64 ◦ green 21 ◦ blue 203

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

Shades of Purple Heart #4015CB

Tints of Purple Heart #4015CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 70.49%

R = 22.22%
G = 7.29%
B = 70.49%

CMYK

 C value IS 0.68

 M value IS 0.90

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4015CB (or 0x4015CB) is known color: Purple Heart. HEX triplet: 40, 15 and CB. RGB value is (64,21,203). Sum of RGB (Red+Green+Blue) = 64+21+203=288 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.22% from 288); Green value is 21 (8.59% from 255 or 7.29% from 288); Blue value is 203 (79.69% from 255 or 70.49% from 288); Max value from RGB is 203 - color contains mainly: blue. Hex color #4015CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4015CB is #BFEA34. Grayscale: #353535. Windows color (decimal): -12577333 or 13309248. OLE color: 13309248.

HSL color Cylindrical-coordinate representation of color #4015CB: hue angle of 254.18º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4015CB is Cyan = 0.68, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 64 21 203 -
CMYK 0.68 0.90 0 0.20
HSL 254.18º 0.81% 0.44% -
HSV(B) 254.18º 0.9% 0.8% -
XYZ 13.16 5.94 56.95 -
YUV 54.61 211.75 134.7 -
System Red Green Blue C M Y K H S L
Decimal 64 21 203 0.68 0.90 0 0.20 254.18 0.81 0.44
Hex 40 15 CB 44 5A 0 14 FE 51 2C
Octal 100 25 313 104 132 0 24 376 121 54
Binary 1000000 10101 11001011 1000100 1011010 0 10100 11111110 1010001 101100

Color Harmonies of #4015CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4015CB

Black with #4015CB

Text Example


Text Example

White with #4015CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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