Html Css Color HEX #4015BC Purple Heart

📋 copy color: '#4015BC'

red 64 ◦ green 21 ◦ blue 188

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

Shades of Purple Heart #4015BC

Tints of Purple Heart #4015BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 68.86%

R = 23.44%
G = 7.69%
B = 68.86%

CMYK

 C value IS 0.66

 M value IS 0.89

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4015BC (or 0x4015BC) is known color: Purple Heart. HEX triplet: 40, 15 and BC. RGB value is (64,21,188). Sum of RGB (Red+Green+Blue) = 64+21+188=273 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.44% from 273); Green value is 21 (8.59% from 255 or 7.69% from 273); Blue value is 188 (73.83% from 255 or 68.86% from 273); Max value from RGB is 188 - color contains mainly: blue. Hex color #4015BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4015BC is #BFEA43. Grayscale: #343434. Windows color (decimal): -12577348 or 12326208. OLE color: 12326208.

HSL color Cylindrical-coordinate representation of color #4015BC: hue angle of 255.45º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4015BC is Cyan = 0.66, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 64 21 188 -
CMYK 0.66 0.89 0 0.26
HSL 255.45º 0.8% 0.41% -
HSV(B) 255.45º 0.89% 0.74% -
XYZ 11.46 5.26 47.99 -
YUV 52.9 204.25 135.92 -
System Red Green Blue C M Y K H S L
Decimal 64 21 188 0.66 0.89 0 0.26 255.45 0.8 0.41
Hex 40 15 BC 42 59 0 1A FF 50 29
Octal 100 25 274 102 131 0 32 377 120 51
Binary 1000000 10101 10111100 1000010 1011001 0 11010 11111111 1010000 101001

Color Harmonies of #4015BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4015BC

Black with #4015BC

Text Example


Text Example

White with #4015BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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