#652ac7

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

Shades of Purple Heart #652AC7

Tints of Purple Heart #652AC7

Color information

#652AC7 (or 0x652AC7) is unknown color: approx Purple Heart. HEX triplet: 65, 2A and C7. RGB value is (101,42,199). Sum of RGB (Red+Green+Blue) = 101+42+199=342 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.53% from 342); Green value is 42 (16.80% from 255 or 12.28% from 342); Blue value is 199 (78.12% from 255 or 58.19% from 342); Max value from RGB is 199 - color contains mainly: blue. Hex color #652AC7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #652AC7 is #9AD538. Grayscale: #4C4C4C. Windows color (decimal): -10147129 or 13052517. OLE color: 13052517.

HSL color Cylindrical-coordinate representation of color #652AC7: hue angle of 262.55º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #652AC7 is Cyan = 0.49, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB10142199-
CMYK0.490.7900.22
HSL262.55º65.15%47.25%-
HSV(B)262.55º78.89%78.04%-
XYZ16.58.5554.81-
YUV77.54196.55144.73-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.53%
GREEN value IS 42 (16.80% from 255) = 12.28%
BLUE value IS 199 (78.12% from 255) = 58.19%
R=29.53%
G=12.28%
B=58.19%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal101421990.490.7900.22262.5565.1547.25
Hex652AC7314F016107412f
Octal145523076111702640710157
Binary11001011010101100011111000110011110101101000001111000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652ac7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,42,199); }

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

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

 a { background-color: rgb(101,42,199); }

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

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

 span { border-color: rgb(101,42,199); }

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