Html Css Color HEX #4005BE Purple Heart

📋 copy color: '#4005BE'

red 64 ◦ green 5 ◦ blue 190

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

Shades of Purple Heart #4005BE

Tints of Purple Heart #4005BE

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.93%

 BLUE value IS 190 (74.61% from 255) = 73.36%

R = 24.71%
G = 1.93%
B = 73.36%

CMYK

 C value IS 0.66

 M value IS 0.97

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4005BE (or 0x4005BE) is known color: Purple Heart. HEX triplet: 40, 05 and BE. RGB value is (64,5,190). Sum of RGB (Red+Green+Blue) = 64+5+190=259 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.71% from 259); Green value is 5 (2.34% from 255 or 1.93% from 259); Blue value is 190 (74.61% from 255 or 73.36% from 259); Max value from RGB is 190 - color contains mainly: blue. Hex color #4005BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4005BE is #BFFA41. Grayscale: #2B2B2B. Windows color (decimal): -12581442 or 12453184. OLE color: 12453184.

HSL color Cylindrical-coordinate representation of color #4005BE: hue angle of 259.14º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4005BE is Cyan = 0.66, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 64 5 190 -
CMYK 0.66 0.97 0 0.25
HSL 259.14º 0.95% 0.38% -
HSV(B) 259.14º 0.97% 0.75% -
XYZ 11.46 4.92 49.06 -
YUV 43.73 210.55 142.46 -
System Red Green Blue C M Y K H S L
Decimal 64 5 190 0.66 0.97 0 0.25 259.14 0.95 0.38
Hex 40 5 BE 42 61 0 19 103 5F 26
Octal 100 5 276 102 141 0 31 403 137 46
Binary 1000000 101 10111110 1000010 1100001 0 11001 100000011 1011111 100110

Color Harmonies of #4005BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4005BE

Black with #4005BE

Text Example


Text Example

White with #4005BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4005BE; }

 p { color: rgb(64,5,190); }

 H1.HeaderClassName
 {
   color: #4005BE;
 }
 .AnyTagClassName
 {
   color: #4005BE;
 }
</style>

background-color css

<style>
 a { background-color: #4005BE; }

 a { background-color: rgb(64,5,190); }

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

border-color css

<style>
 span { border-color: #4005BE; }

 span { border-color: rgb(64,5,190); }

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