Html Css Color HEX #653CDD Purple Heart

📋 copy color: '#653CDD'

red 101 ◦ green 60 ◦ blue 221

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

Shades of Purple Heart #653CDD

Tints of Purple Heart #653CDD

RGB

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

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

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

R = 26.44%
G = 15.71%
B = 57.85%

CMYK

 C value IS 0.54

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#653CDD (or 0x653CDD) is known color: Purple Heart. HEX triplet: 65, 3C and DD. RGB value is (101,60,221). Sum of RGB (Red+Green+Blue) = 101+60+221=382 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.44% from 382); Green value is 60 (23.83% from 255 or 15.71% from 382); Blue value is 221 (86.72% from 255 or 57.85% from 382); Max value from RGB is 221 - color contains mainly: blue. Hex color #653CDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #653CDD is #9AC322. Grayscale: #5A5A5A. Windows color (decimal): -10142499 or 14498917. OLE color: 14498917.

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

Color convert

RGB 101 60 221 -
CMYK 0.54 0.73 0 0.13
HSL 255.28º 0.7% 0.55% -
HSV(B) 255.28º 0.73% 0.87% -
XYZ 20.03 11.22 69.52 -
YUV 90.61 201.58 135.41 -
System Red Green Blue C M Y K H S L
Decimal 101 60 221 0.54 0.73 0 0.13 255.28 0.7 0.55
Hex 65 3C DD 36 49 0 D FF 46 37
Octal 145 74 335 66 111 0 15 377 106 67
Binary 1100101 111100 11011101 110110 1001001 0 1101 11111111 1000110 110111

Color Harmonies of #653CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653CDD

Black with #653CDD

Text Example


Text Example

White with #653CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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