Html Css Color HEX #652DE1 Purple Heart

📋 copy color: '#652DE1'

red 101 ◦ green 45 ◦ blue 225

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

Shades of Purple Heart #652DE1

Tints of Purple Heart #652DE1

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.13%

 BLUE value IS 225 (88.28% from 255) = 60.65%

R = 27.22%
G = 12.13%
B = 60.65%

CMYK

 C value IS 0.55

 M value IS 0.8

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#652DE1 (or 0x652DE1) is known color: Purple Heart. HEX triplet: 65, 2D and E1. RGB value is (101,45,225). Sum of RGB (Red+Green+Blue) = 101+45+225=371 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.22% from 371); Green value is 45 (17.97% from 255 or 12.13% from 371); Blue value is 225 (88.28% from 255 or 60.65% from 371); Max value from RGB is 225 - color contains mainly: blue. Hex color #652DE1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #652DE1 is #9AD21E. Grayscale: #515151. Windows color (decimal): -10146335 or 14757221. OLE color: 14757221.

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

Color convert

RGB 101 45 225 -
CMYK 0.55 0.8 0 0.12
HSL 258.67º 0.75% 0.53% -
HSV(B) 258.67º 0.8% 0.88% -
XYZ 19.9 10.08 72.13 -
YUV 82.26 208.55 141.36 -
System Red Green Blue C M Y K H S L
Decimal 101 45 225 0.55 0.8 0 0.12 258.67 0.75 0.53
Hex 65 2D E1 37 50 0 C 103 4B 35
Octal 145 55 341 67 120 0 14 403 113 65
Binary 1100101 101101 11100001 110111 1010000 0 1100 100000011 1001011 110101

Color Harmonies of #652DE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #652DE1

Black with #652DE1

Text Example


Text Example

White with #652DE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,45,225); }

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

background-color css

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

 a { background-color: rgb(101,45,225); }

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

border-color css

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

 span { border-color: rgb(101,45,225); }

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