Html Css Color HEX #652EE0 Purple Heart

📋 copy color: '#652EE0'

red 101 ◦ green 46 ◦ blue 224

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

Shades of Purple Heart #652EE0

Tints of Purple Heart #652EE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 60.38%

R = 27.22%
G = 12.4%
B = 60.38%

CMYK

 C value IS 0.55

 M value IS 0.79

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#652EE0 (or 0x652EE0) is known color: Purple Heart. HEX triplet: 65, 2E and E0. RGB value is (101,46,224). Sum of RGB (Red+Green+Blue) = 101+46+224=371 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.22% from 371); Green value is 46 (18.36% from 255 or 12.40% from 371); Blue value is 224 (87.89% from 255 or 60.38% from 371); Max value from RGB is 224 - color contains mainly: blue. Hex color #652EE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #652EE0 is #9AD11F. Grayscale: #525252. Windows color (decimal): -10146080 or 14691941. OLE color: 14691941.

HSL color Cylindrical-coordinate representation of color #652EE0: hue angle of 258.54º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #652EE0 is Cyan = 0.55, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 101 46 224 -
CMYK 0.55 0.79 0 0.12
HSL 258.54º 0.74% 0.53% -
HSV(B) 258.54º 0.79% 0.88% -
XYZ 19.8 10.1 71.43 -
YUV 82.74 207.72 141.03 -
System Red Green Blue C M Y K H S L
Decimal 101 46 224 0.55 0.79 0 0.12 258.54 0.74 0.53
Hex 65 2E E0 37 4F 0 C 103 4A 35
Octal 145 56 340 67 117 0 14 403 112 65
Binary 1100101 101110 11100000 110111 1001111 0 1100 100000011 1001010 110101

Color Harmonies of #652EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #652EE0

Black with #652EE0

Text Example


Text Example

White with #652EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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