#652EBF

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

Shades of Purple Heart #652EBF

Tints of Purple Heart #652EBF

Color information

#652EBF (or 0x652EBF) is unknown color: approx Purple Heart. HEX triplet: 65, 2E and BF. RGB value is (101,46,191). Sum of RGB (Red+Green+Blue) = 101+46+191=338 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.88% from 338); Green value is 46 (18.36% from 255 or 13.61% from 338); Blue value is 191 (75% from 255 or 56.51% from 338); Max value from RGB is 191 - color contains mainly: blue. Hex color #652EBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #652EBF is #9AD140. Grayscale: #4E4E4E. Windows color (decimal): -10146113 or 12529253. OLE color: 12529253.

HSL color Cylindrical-coordinate representation of color #652EBF: hue angle of 262.76º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #652EBF is Cyan = 0.47, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10146191-
CMYK0.470.7600.25
HSL262.76º61.18%46.47%-
HSV(B)262.76º75.92%74.9%-
XYZ15.758.4850.1-
YUV78.97191.22143.71-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.88%
GREEN value IS 46 (18.36% from 255) = 13.61%
BLUE value IS 191 (75% from 255) = 56.51%
R=29.88%
G=13.61%
B=56.51%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal101461910.470.7600.25262.7661.1846.47
Hex652EBF2F4C0191073d2e
Octal14556277571140314077556
Binary1100101101110101111111011111001100011001100000111111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652EBF; }

 p { color: rgb(101,46,191); }

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

<style>
 a { background-color: #652EBF; }

 a { background-color: rgb(101,46,191); }

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

<style>
 span { border-color: #652EBF; }

 span { border-color: rgb(101,46,191); }

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