Html Css Color HEX #653CD0 Purple Heart

📋 copy color: '#653CD0'

red 101 ◦ green 60 ◦ blue 208

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

Shades of Purple Heart #653CD0

Tints of Purple Heart #653CD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 56.37%

R = 27.37%
G = 16.26%
B = 56.37%

CMYK

 C value IS 0.51

 M value IS 0.71

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#653CD0 (or 0x653CD0) is known color: Purple Heart. HEX triplet: 65, 3C and D0. RGB value is (101,60,208). Sum of RGB (Red+Green+Blue) = 101+60+208=369 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.37% from 369); Green value is 60 (23.83% from 255 or 16.26% from 369); Blue value is 208 (81.64% from 255 or 56.37% from 369); Max value from RGB is 208 - color contains mainly: blue. Hex color #653CD0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #653CD0 is #9AC32F. Grayscale: #585858. Windows color (decimal): -10142512 or 13646949. OLE color: 13646949.

HSL color Cylindrical-coordinate representation of color #653CD0: hue angle of 256.62º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #653CD0 is Cyan = 0.51, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 101 60 208 -
CMYK 0.51 0.71 0 0.18
HSL 256.62º 0.61% 0.53% -
HSV(B) 256.62º 0.71% 0.82% -
XYZ 18.37 10.55 60.74 -
YUV 89.13 195.08 136.47 -
System Red Green Blue C M Y K H S L
Decimal 101 60 208 0.51 0.71 0 0.18 256.62 0.61 0.53
Hex 65 3C D0 33 47 0 12 101 3D 35
Octal 145 74 320 63 107 0 22 401 75 65
Binary 1100101 111100 11010000 110011 1000111 0 10010 100000001 111101 110101

Color Harmonies of #653CD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653CD0

Black with #653CD0

Text Example


Text Example

White with #653CD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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