Html Css Color HEX #653CD8 Purple Heart

📋 copy color: '#653CD8'

red 101 ◦ green 60 ◦ blue 216

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

Shades of Purple Heart #653CD8

Tints of Purple Heart #653CD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 57.29%

R = 26.79%
G = 15.92%
B = 57.29%

CMYK

 C value IS 0.53

 M value IS 0.72

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#653CD8 (or 0x653CD8) is known color: Purple Heart. HEX triplet: 65, 3C and D8. RGB value is (101,60,216). Sum of RGB (Red+Green+Blue) = 101+60+216=377 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.79% from 377); Green value is 60 (23.83% from 255 or 15.92% from 377); Blue value is 216 (84.77% from 255 or 57.29% from 377); Max value from RGB is 216 - color contains mainly: blue. Hex color #653CD8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #653CD8 is #9AC327. Grayscale: #595959. Windows color (decimal): -10142504 or 14171237. OLE color: 14171237.

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

Color convert

RGB 101 60 216 -
CMYK 0.53 0.72 0 0.15
HSL 255.77º 0.67% 0.54% -
HSV(B) 255.77º 0.72% 0.85% -
XYZ 19.38 10.96 66.06 -
YUV 90.04 199.08 135.82 -
System Red Green Blue C M Y K H S L
Decimal 101 60 216 0.53 0.72 0 0.15 255.77 0.67 0.54
Hex 65 3C D8 35 48 0 F 100 43 36
Octal 145 74 330 65 110 0 17 400 103 66
Binary 1100101 111100 11011000 110101 1001000 0 1111 100000000 1000011 110110

Color Harmonies of #653CD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653CD8

Black with #653CD8

Text Example


Text Example

White with #653CD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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