Html Css Color HEX #653BDC Purple Heart

📋 copy color: '#653BDC'

red 101 ◦ green 59 ◦ blue 220

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

Shades of Purple Heart #653BDC

Tints of Purple Heart #653BDC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.53%

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

R = 26.58%
G = 15.53%
B = 57.89%

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

#653BDC (or 0x653BDC) is known color: Purple Heart. HEX triplet: 65, 3B and DC. RGB value is (101,59,220). Sum of RGB (Red+Green+Blue) = 101+59+220=380 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.58% from 380); Green value is 59 (23.44% from 255 or 15.53% from 380); Blue value is 220 (86.33% from 255 or 57.89% from 380); Max value from RGB is 220 - color contains mainly: blue. Hex color #653BDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #653BDC is #9AC423. Grayscale: #595959. Windows color (decimal): -10142756 or 14433125. OLE color: 14433125.

HSL color Cylindrical-coordinate representation of color #653BDC: hue angle of 255.65º 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 #653BDC is Cyan = 0.54, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 101 59 220 -
CMYK 0.54 0.73 0 0.14
HSL 255.65º 0.7% 0.55% -
HSV(B) 255.65º 0.73% 0.86% -
XYZ 19.85 11.06 68.8 -
YUV 89.91 201.41 135.91 -
System Red Green Blue C M Y K H S L
Decimal 101 59 220 0.54 0.73 0 0.14 255.65 0.7 0.55
Hex 65 3B DC 36 49 0 E 100 46 37
Octal 145 73 334 66 111 0 16 400 106 67
Binary 1100101 111011 11011100 110110 1001001 0 1110 100000000 1000110 110111

Color Harmonies of #653BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653BDC

Black with #653BDC

Text Example


Text Example

White with #653BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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