Html Css Color HEX #653CDC Purple Heart

📋 copy color: '#653CDC'

red 101 ◦ green 60 ◦ blue 220

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

Shades of Purple Heart #653CDC

Tints of Purple Heart #653CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 57.74%

R = 26.51%
G = 15.75%
B = 57.74%

CMYK

 C value IS 0.54

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#653CDC (or 0x653CDC) is known color: Purple Heart. HEX triplet: 65, 3C and DC. RGB value is (101,60,220). Sum of RGB (Red+Green+Blue) = 101+60+220=381 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.51% from 381); Green value is 60 (23.83% from 255 or 15.75% from 381); Blue value is 220 (86.33% from 255 or 57.74% from 381); Max value from RGB is 220 - color contains mainly: blue. Hex color #653CDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #653CDC is #9AC323. Grayscale: #595959. Windows color (decimal): -10142500 or 14433381. OLE color: 14433381.

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

Color convert

RGB 101 60 220 -
CMYK 0.54 0.73 0 0.14
HSL 255.38º 0.7% 0.55% -
HSV(B) 255.38º 0.73% 0.86% -
XYZ 19.9 11.17 68.82 -
YUV 90.5 201.08 135.49 -
System Red Green Blue C M Y K H S L
Decimal 101 60 220 0.54 0.73 0 0.14 255.38 0.7 0.55
Hex 65 3C DC 36 49 0 E FF 46 37
Octal 145 74 334 66 111 0 16 377 106 67
Binary 1100101 111100 11011100 110110 1001001 0 1110 11111111 1000110 110111

Color Harmonies of #653CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653CDC

Black with #653CDC

Text Example


Text Example

White with #653CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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