Html Css Color HEX #652EAE Purple Heart

📋 copy color: '#652EAE'

red 101 ◦ green 46 ◦ blue 174

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

Shades of Purple Heart #652EAE

Tints of Purple Heart #652EAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 54.21%

R = 31.46%
G = 14.33%
B = 54.21%

CMYK

 C value IS 0.42

 M value IS 0.74

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#652EAE (or 0x652EAE) is known color: Purple Heart. HEX triplet: 65, 2E and AE. RGB value is (101,46,174). Sum of RGB (Red+Green+Blue) = 101+46+174=321 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.46% from 321); Green value is 46 (18.36% from 255 or 14.33% from 321); Blue value is 174 (68.36% from 255 or 54.21% from 321); Max value from RGB is 174 - color contains mainly: blue. Hex color #652EAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #652EAE is #9AD151. Grayscale: #4C4C4C. Windows color (decimal): -10146130 or 11415141. OLE color: 11415141.

HSL color Cylindrical-coordinate representation of color #652EAE: hue angle of 265.78º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #652EAE is Cyan = 0.42, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 101 46 174 -
CMYK 0.42 0.74 0 0.32
HSL 265.78º 0.58% 0.43% -
HSV(B) 265.78º 0.74% 0.68% -
XYZ 13.98 7.78 40.81 -
YUV 77.04 182.72 145.09 -
System Red Green Blue C M Y K H S L
Decimal 101 46 174 0.42 0.74 0 0.32 265.78 0.58 0.43
Hex 65 2E AE 2A 4A 0 20 10A 3A 2B
Octal 145 56 256 52 112 0 40 412 72 53
Binary 1100101 101110 10101110 101010 1001010 0 100000 100001010 111010 101011

Color Harmonies of #652EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #652EAE

Black with #652EAE

Text Example


Text Example

White with #652EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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