Html Css Color HEX #652EAC Purple Heart

📋 copy color: '#652EAC'

red 101 ◦ green 46 ◦ blue 172

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

Shades of Purple Heart #652EAC

Tints of Purple Heart #652EAC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.42%

 BLUE value IS 172 (67.58% from 255) = 53.92%

R = 31.66%
G = 14.42%
B = 53.92%

CMYK

 C value IS 0.41

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#652EAC (or 0x652EAC) is known color: Purple Heart. HEX triplet: 65, 2E and AC. RGB value is (101,46,172). Sum of RGB (Red+Green+Blue) = 101+46+172=319 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.66% from 319); Green value is 46 (18.36% from 255 or 14.42% from 319); Blue value is 172 (67.58% from 255 or 53.92% from 319); Max value from RGB is 172 - color contains mainly: blue. Hex color #652EAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #652EAC is #9AD153. Grayscale: #4C4C4C. Windows color (decimal): -10146132 or 11284069. OLE color: 11284069.

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

Color convert

RGB 101 46 172 -
CMYK 0.41 0.73 0 0.33
HSL 266.19º 0.58% 0.43% -
HSV(B) 266.19º 0.73% 0.67% -
XYZ 13.79 7.7 39.79 -
YUV 76.81 181.72 145.25 -
System Red Green Blue C M Y K H S L
Decimal 101 46 172 0.41 0.73 0 0.33 266.19 0.58 0.43
Hex 65 2E AC 29 49 0 21 10A 3A 2B
Octal 145 56 254 51 111 0 41 412 72 53
Binary 1100101 101110 10101100 101001 1001001 0 100001 100001010 111010 101011

Color Harmonies of #652EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #652EAC

Black with #652EAC

Text Example


Text Example

White with #652EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,46,172); }

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

background-color css

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

 a { background-color: rgb(101,46,172); }

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

border-color css

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

 span { border-color: rgb(101,46,172); }

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