Html Css Color HEX #4006BC Purple Heart

📋 copy color: '#4006BC'

red 64 ◦ green 6 ◦ blue 188

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

Shades of Purple Heart #4006BC

Tints of Purple Heart #4006BC

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.33%

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

R = 24.81%
G = 2.33%
B = 72.87%

CMYK

 C value IS 0.66

 M value IS 0.97

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4006BC (or 0x4006BC) is known color: Purple Heart. HEX triplet: 40, 06 and BC. RGB value is (64,6,188). Sum of RGB (Red+Green+Blue) = 64+6+188=258 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.81% from 258); Green value is 6 (2.73% from 255 or 2.33% from 258); Blue value is 188 (73.83% from 255 or 72.87% from 258); Max value from RGB is 188 - color contains mainly: blue. Hex color #4006BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4006BC is #BFF943. Grayscale: #2B2B2B. Windows color (decimal): -12581188 or 12322368. OLE color: 12322368.

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

Color convert

RGB 64 6 188 -
CMYK 0.66 0.97 0 0.26
HSL 259.12º 0.94% 0.38% -
HSV(B) 259.12º 0.97% 0.74% -
XYZ 11.26 4.85 47.92 -
YUV 44.09 209.22 142.2 -
System Red Green Blue C M Y K H S L
Decimal 64 6 188 0.66 0.97 0 0.26 259.12 0.94 0.38
Hex 40 6 BC 42 61 0 1A 103 5E 26
Octal 100 6 274 102 141 0 32 403 136 46
Binary 1000000 110 10111100 1000010 1100001 0 11010 100000011 1011110 100110

Color Harmonies of #4006BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4006BC

Black with #4006BC

Text Example


Text Example

White with #4006BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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