Html Css Color HEX #653CD5 Purple Heart

📋 copy color: '#653CD5'

red 101 ◦ green 60 ◦ blue 213

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

Shades of Purple Heart #653CD5

Tints of Purple Heart #653CD5

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.04%

 BLUE value IS 213 (83.59% from 255) = 56.95%

R = 27.01%
G = 16.04%
B = 56.95%

CMYK

 C value IS 0.53

 M value IS 0.72

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#653CD5 (or 0x653CD5) is known color: Purple Heart. HEX triplet: 65, 3C and D5. RGB value is (101,60,213). Sum of RGB (Red+Green+Blue) = 101+60+213=374 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.01% from 374); Green value is 60 (23.83% from 255 or 16.04% from 374); Blue value is 213 (83.59% from 255 or 56.95% from 374); Max value from RGB is 213 - color contains mainly: blue. Hex color #653CD5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #653CD5 is #9AC32A. Grayscale: #595959. Windows color (decimal): -10142507 or 13974629. OLE color: 13974629.

HSL color Cylindrical-coordinate representation of color #653CD5: hue angle of 256.08º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #653CD5 is Cyan = 0.53, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 101 60 213 -
CMYK 0.53 0.72 0 0.16
HSL 256.08º 0.65% 0.54% -
HSV(B) 256.08º 0.72% 0.84% -
XYZ 18.99 10.8 64.03 -
YUV 89.7 197.58 136.06 -
System Red Green Blue C M Y K H S L
Decimal 101 60 213 0.53 0.72 0 0.16 256.08 0.65 0.54
Hex 65 3C D5 35 48 0 10 100 41 36
Octal 145 74 325 65 110 0 20 400 101 66
Binary 1100101 111100 11010101 110101 1001000 0 10000 100000000 1000001 110110

Color Harmonies of #653CD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653CD5

Black with #653CD5

Text Example


Text Example

White with #653CD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #653CD5; }

 p { color: rgb(101,60,213); }

 H1.HeaderClassName
 {
   color: #653CD5;
 }
 .AnyTagClassName
 {
   color: #653CD5;
 }
</style>

background-color css

<style>
 a { background-color: #653CD5; }

 a { background-color: rgb(101,60,213); }

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

border-color css

<style>
 span { border-color: #653CD5; }

 span { border-color: rgb(101,60,213); }

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