#652fcf

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

Shades of Purple Heart #652FCF

Tints of Purple Heart #652FCF

Color information

#652FCF (or 0x652FCF) is unknown color: approx Purple Heart. HEX triplet: 65, 2F and CF. RGB value is (101,47,207). Sum of RGB (Red+Green+Blue) = 101+47+207=355 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.45% from 355); Green value is 47 (18.75% from 255 or 13.24% from 355); Blue value is 207 (81.25% from 255 or 58.31% from 355); Max value from RGB is 207 - color contains mainly: blue. Hex color #652FCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #652FCF is #9AD030. Grayscale: #505050. Windows color (decimal): -10145841 or 13578085. OLE color: 13578085.

HSL color Cylindrical-coordinate representation of color #652FCF: hue angle of 260.25º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #652FCF is Cyan = 0.51, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB10147207-
CMYK0.510.7700.19
HSL260.25º62.99%49.8%-
HSV(B)260.25º77.29%81.18%-
XYZ17.659.359.9-
YUV81.39198.89141.99-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 28.45%
GREEN value IS 47 (18.75% from 255) = 13.24%
BLUE value IS 207 (81.25% from 255) = 58.31%
R=28.45%
G=13.24%
B=58.31%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal101472070.510.7700.19260.2562.9949.8
Hex652FCF334D0131043f32
Octal14557317631150234047762
Binary1100101101111110011111100111001101010011100000100111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652fcf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,47,207); }

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

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

 a { background-color: rgb(101,47,207); }

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

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

 span { border-color: rgb(101,47,207); }

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