Html Css Color HEX #653DD7 Purple Heart

📋 copy color: '#653DD7'

red 101 ◦ green 61 ◦ blue 215

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

Shades of Purple Heart #653DD7

Tints of Purple Heart #653DD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 57.03%

R = 26.79%
G = 16.18%
B = 57.03%

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

#653DD7 (or 0x653DD7) is known color: Purple Heart. HEX triplet: 65, 3D and D7. RGB value is (101,61,215). Sum of RGB (Red+Green+Blue) = 101+61+215=377 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.79% from 377); Green value is 61 (24.22% from 255 or 16.18% from 377); Blue value is 215 (84.38% from 255 or 57.03% from 377); Max value from RGB is 215 - color contains mainly: blue. Hex color #653DD7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #653DD7 is #9AC228. Grayscale: #595959. Windows color (decimal): -10142249 or 14105957. OLE color: 14105957.

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

Color convert

RGB 101 61 215 -
CMYK 0.53 0.72 0 0.16
HSL 255.58º 0.66% 0.54% -
HSV(B) 255.58º 0.72% 0.84% -
XYZ 19.3 11.01 65.4 -
YUV 90.52 198.25 135.48 -
System Red Green Blue C M Y K H S L
Decimal 101 61 215 0.53 0.72 0 0.16 255.58 0.66 0.54
Hex 65 3D D7 35 48 0 10 100 42 36
Octal 145 75 327 65 110 0 20 400 102 66
Binary 1100101 111101 11010111 110101 1001000 0 10000 100000000 1000010 110110

Color Harmonies of #653DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653DD7

Black with #653DD7

Text Example


Text Example

White with #653DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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