Html Css Color HEX #653CDE Purple Heart

📋 copy color: '#653CDE'

red 101 ◦ green 60 ◦ blue 222

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

Shades of Purple Heart #653CDE

Tints of Purple Heart #653CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 57.96%

R = 26.37%
G = 15.67%
B = 57.96%

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

#653CDE (or 0x653CDE) is known color: Purple Heart. HEX triplet: 65, 3C and DE. RGB value is (101,60,222). Sum of RGB (Red+Green+Blue) = 101+60+222=383 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.37% from 383); Green value is 60 (23.83% from 255 or 15.67% from 383); Blue value is 222 (87.11% from 255 or 57.96% from 383); Max value from RGB is 222 - color contains mainly: blue. Hex color #653CDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #653CDE is #9AC321. Grayscale: #5A5A5A. Windows color (decimal): -10142498 or 14564453. OLE color: 14564453.

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

Color convert

RGB 101 60 222 -
CMYK 0.55 0.73 0 0.13
HSL 255.19º 0.71% 0.55% -
HSV(B) 255.19º 0.73% 0.87% -
XYZ 20.17 11.27 70.22 -
YUV 90.73 202.08 135.33 -
System Red Green Blue C M Y K H S L
Decimal 101 60 222 0.55 0.73 0 0.13 255.19 0.71 0.55
Hex 65 3C DE 37 49 0 D FF 47 37
Octal 145 74 336 67 111 0 15 377 107 67
Binary 1100101 111100 11011110 110111 1001001 0 1101 11111111 1000111 110111

Color Harmonies of #653CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653CDE

Black with #653CDE

Text Example


Text Example

White with #653CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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