Html Css Color HEX #653DDD Purple Heart

📋 copy color: '#653DDD'

red 101 ◦ green 61 ◦ blue 221

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

Shades of Purple Heart #653DDD

Tints of Purple Heart #653DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 57.7%

R = 26.37%
G = 15.93%
B = 57.7%

CMYK

 C value IS 0.54

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#653DDD (or 0x653DDD) is known color: Purple Heart. HEX triplet: 65, 3D and DD. RGB value is (101,61,221). Sum of RGB (Red+Green+Blue) = 101+61+221=383 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.37% from 383); Green value is 61 (24.22% from 255 or 15.93% from 383); Blue value is 221 (86.72% from 255 or 57.70% from 383); Max value from RGB is 221 - color contains mainly: blue. Hex color #653DDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #653DDD is #9AC222. Grayscale: #5A5A5A. Windows color (decimal): -10142243 or 14499173. OLE color: 14499173.

HSL color Cylindrical-coordinate representation of color #653DDD: hue angle of 255º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #653DDD is Cyan = 0.54, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 101 61 221 -
CMYK 0.54 0.72 0 0.13
HSL 255º 0.7% 0.55% -
HSV(B) 255º 0.72% 0.87% -
XYZ 20.09 11.32 69.53 -
YUV 91.2 201.25 134.99 -
System Red Green Blue C M Y K H S L
Decimal 101 61 221 0.54 0.72 0 0.13 255 0.7 0.55
Hex 65 3D DD 36 48 0 D FF 46 37
Octal 145 75 335 66 110 0 15 377 106 67
Binary 1100101 111101 11011101 110110 1001000 0 1101 11111111 1000110 110111

Color Harmonies of #653DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653DDD

Black with #653DDD

Text Example


Text Example

White with #653DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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