#652DCF

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

Shades of Purple Heart #652DCF

Tints of Purple Heart #652DCF

Color information

#652DCF (or 0x652DCF) is unknown color: approx Purple Heart. HEX triplet: 65, 2D and CF. RGB value is (101,45,207). Sum of RGB (Red+Green+Blue) = 101+45+207=353 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.61% from 353); Green value is 45 (17.97% from 255 or 12.75% from 353); Blue value is 207 (81.25% from 255 or 58.64% from 353); Max value from RGB is 207 - color contains mainly: blue. Hex color #652DCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #652DCF is #9AD230. Grayscale: #4F4F4F. Windows color (decimal): -10146353 or 13577573. OLE color: 13577573.

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

Color convert

RGB10145207-
CMYK0.510.7800.19
HSL260.74º64.29%49.41%-
HSV(B)260.74º78.26%81.18%-
XYZ17.579.1559.87-
YUV80.21199.55142.83-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 28.61%
GREEN value IS 45 (17.97% from 255) = 12.75%
BLUE value IS 207 (81.25% from 255) = 58.64%
R=28.61%
G=12.75%
B=58.64%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal101452070.510.7800.19260.7464.2949.41
Hex652DCF334E0131054031
Octal145553176311602340510061
Binary11001011011011100111111001110011100100111000001011000000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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