#652ABB

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

Shades of Purple Heart #652ABB

Tints of Purple Heart #652ABB

Color information

#652ABB (or 0x652ABB) is unknown color: approx Purple Heart. HEX triplet: 65, 2A and BB. RGB value is (101,42,187). Sum of RGB (Red+Green+Blue) = 101+42+187=330 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.61% from 330); Green value is 42 (16.80% from 255 or 12.73% from 330); Blue value is 187 (73.44% from 255 or 56.67% from 330); Max value from RGB is 187 - color contains mainly: blue. Hex color #652ABB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #652ABB is #9AD544. Grayscale: #4B4B4B. Windows color (decimal): -10147141 or 12266085. OLE color: 12266085.

HSL color Cylindrical-coordinate representation of color #652ABB: hue angle of 264.41º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #652ABB is Cyan = 0.46, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB10142187-
CMYK0.460.7800.27
HSL264.41º63.32%44.9%-
HSV(B)264.41º77.54%73.33%-
XYZ15.168.0147.76-
YUV76.17190.55145.71-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.61%
GREEN value IS 42 (16.80% from 255) = 12.73%
BLUE value IS 187 (73.44% from 255) = 56.67%
R=30.61%
G=12.73%
B=56.67%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal101421870.460.7800.27264.4163.3244.9
Hex652ABB2E4E01B1083f2d
Octal14552273561160334107755
Binary1100101101010101110111011101001110011011100001000111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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