#4205BE

Color #4205BE Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #4205BE

Tints of Purple Heart #4205BE

Color information

#4205BE (or 0x4205BE) is unknown color: approx Purple Heart. HEX triplet: 42, 05 and BE. RGB value is (66,5,190). Sum of RGB (Red+Green+Blue) = 66+5+190=261 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.29% from 261); Green value is 5 (2.34% from 255 or 1.92% from 261); Blue value is 190 (74.61% from 255 or 72.80% from 261); Max value from RGB is 190 - color contains mainly: blue. Hex color #4205BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4205BE is #BDFA41. Grayscale: #2B2B2B. Windows color (decimal): -12450370 or 12453186. OLE color: 12453186.

HSL color Cylindrical-coordinate representation of color #4205BE: hue angle of 259.78º 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 #4205BE is Cyan = 0.65, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB665190-
CMYK0.650.9700.25
HSL259.78º94.87%38.24%-
HSV(B)259.78º97.37%74.51%-
XYZ11.64.9849.07-
YUV44.33210.21143.46-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.29%
GREEN value IS 5 (2.34% from 255) = 1.92%
BLUE value IS 190 (74.61% from 255) = 72.80%
R=25.29%
G=1.92%
B=72.80%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal6651900.650.9700.25259.7894.8738.24
Hex425BE41610191045f26
Octal102527610114103140413746
Binary100001010110111110100000111000010110011000001001011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4205BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4205BE;
 }
 .AnyTagClassName
 {
   color: #4205BE;
 }
</style>
background-color css

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

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

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

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

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

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