Html Css Color HEX #653DD8 Purple Heart

📋 copy color: '#653DD8'

red 101 ◦ green 61 ◦ blue 216

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

Shades of Purple Heart #653DD8

Tints of Purple Heart #653DD8

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.14%

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

R = 26.72%
G = 16.14%
B = 57.14%

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

#653DD8 (or 0x653DD8) is known color: Purple Heart. HEX triplet: 65, 3D and D8. RGB value is (101,61,216). Sum of RGB (Red+Green+Blue) = 101+61+216=378 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.72% from 378); Green value is 61 (24.22% from 255 or 16.14% from 378); Blue value is 216 (84.77% from 255 or 57.14% from 378); Max value from RGB is 216 - color contains mainly: blue. Hex color #653DD8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #653DD8 is #9AC227. Grayscale: #5A5A5A. Windows color (decimal): -10142248 or 14171493. OLE color: 14171493.

HSL color Cylindrical-coordinate representation of color #653DD8: hue angle of 255.48º 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 #653DD8 is Cyan = 0.53, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 101 61 216 -
CMYK 0.53 0.72 0 0.15
HSL 255.48º 0.67% 0.54% -
HSV(B) 255.48º 0.72% 0.85% -
XYZ 19.43 11.06 66.08 -
YUV 90.63 198.75 135.4 -
System Red Green Blue C M Y K H S L
Decimal 101 61 216 0.53 0.72 0 0.15 255.48 0.67 0.54
Hex 65 3D D8 35 48 0 F FF 43 36
Octal 145 75 330 65 110 0 17 377 103 66
Binary 1100101 111101 11011000 110101 1001000 0 1111 11111111 1000011 110110

Color Harmonies of #653DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653DD8

Black with #653DD8

Text Example


Text Example

White with #653DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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