Html Css Color HEX #652BAB Purple Heart

📋 copy color: '#652BAB'

red 101 ◦ green 43 ◦ blue 171

#652BAB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #652BAB

Tints of Purple Heart #652BAB

RGB

 RED value IS 101 (39.84% from 255) = 32.06%

 GREEN value IS 43 (17.19% from 255) = 13.65%

 BLUE value IS 171 (67.19% from 255) = 54.29%

R = 32.06%
G = 13.65%
B = 54.29%

CMYK

 C value IS 0.41

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#652BAB (or 0x652BAB) is known color: Purple Heart. HEX triplet: 65, 2B and AB. RGB value is (101,43,171). Sum of RGB (Red+Green+Blue) = 101+43+171=315 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.06% from 315); Green value is 43 (17.19% from 255 or 13.65% from 315); Blue value is 171 (67.19% from 255 or 54.29% from 315); Max value from RGB is 171 - color contains mainly: blue. Hex color #652BAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #652BAB is #9AD454. Grayscale: #4A4A4A. Windows color (decimal): -10146901 or 11217765. OLE color: 11217765.

HSL color Cylindrical-coordinate representation of color #652BAB: hue angle of 267.19º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #652BAB is Cyan = 0.41, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 101 43 171 -
CMYK 0.41 0.75 0 0.33
HSL 267.19º 0.6% 0.42% -
HSV(B) 267.19º 0.75% 0.67% -
XYZ 13.58 7.43 39.25 -
YUV 74.93 182.22 146.59 -
System Red Green Blue C M Y K H S L
Decimal 101 43 171 0.41 0.75 0 0.33 267.19 0.6 0.42
Hex 65 2B AB 29 4B 0 21 10B 3C 2A
Octal 145 53 253 51 113 0 41 413 74 52
Binary 1100101 101011 10101011 101001 1001011 0 100001 100001011 111100 101010

Color Harmonies of #652BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #652BAB

Black with #652BAB

Text Example


Text Example

White with #652BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,43,171); }

 H1.HeaderClassName
 {
   color: #652BAB;
 }
 .AnyTagClassName
 {
   color: #652BAB;
 }
</style>

background-color css

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

 a { background-color: rgb(101,43,171); }

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

border-color css

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

 span { border-color: rgb(101,43,171); }

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