Html Css Color HEX #653CDF Purple Heart

📋 copy color: '#653CDF'

red 101 ◦ green 60 ◦ blue 223

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

Shades of Purple Heart #653CDF

Tints of Purple Heart #653CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 58.07%

R = 26.3%
G = 15.63%
B = 58.07%

CMYK

 C value IS 0.55

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#653CDF (or 0x653CDF) is known color: Purple Heart. HEX triplet: 65, 3C and DF. RGB value is (101,60,223). Sum of RGB (Red+Green+Blue) = 101+60+223=384 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.30% from 384); Green value is 60 (23.83% from 255 or 15.62% from 384); Blue value is 223 (87.5% from 255 or 58.07% from 384); Max value from RGB is 223 - color contains mainly: blue. Hex color #653CDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #653CDF is #9AC320. Grayscale: #5A5A5A. Windows color (decimal): -10142497 or 14629989. OLE color: 14629989.

HSL color Cylindrical-coordinate representation of color #653CDF: hue angle of 255.09º degrees, saturation: 0.72, 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 #653CDF is Cyan = 0.55, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 101 60 223 -
CMYK 0.55 0.73 0 0.13
HSL 255.09º 0.72% 0.55% -
HSV(B) 255.09º 0.73% 0.87% -
XYZ 20.3 11.33 70.93 -
YUV 90.84 202.58 135.25 -
System Red Green Blue C M Y K H S L
Decimal 101 60 223 0.55 0.73 0 0.13 255.09 0.72 0.55
Hex 65 3C DF 37 49 0 D FF 48 37
Octal 145 74 337 67 111 0 15 377 110 67
Binary 1100101 111100 11011111 110111 1001001 0 1101 11111111 1001000 110111

Color Harmonies of #653CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653CDF

Black with #653CDF

Text Example


Text Example

White with #653CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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