Html Css Color HEX #653CCD Purple Heart

📋 copy color: '#653CCD'

red 101 ◦ green 60 ◦ blue 205

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

Shades of Purple Heart #653CCD

Tints of Purple Heart #653CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 56.01%

R = 27.6%
G = 16.39%
B = 56.01%

CMYK

 C value IS 0.51

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#653CCD (or 0x653CCD) is known color: Purple Heart. HEX triplet: 65, 3C and CD. RGB value is (101,60,205). Sum of RGB (Red+Green+Blue) = 101+60+205=366 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.60% from 366); Green value is 60 (23.83% from 255 or 16.39% from 366); Blue value is 205 (80.47% from 255 or 56.01% from 366); Max value from RGB is 205 - color contains mainly: blue. Hex color #653CCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #653CCD is #9AC332. Grayscale: #585858. Windows color (decimal): -10142515 or 13450341. OLE color: 13450341.

HSL color Cylindrical-coordinate representation of color #653CCD: hue angle of 256.97º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #653CCD is Cyan = 0.51, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 101 60 205 -
CMYK 0.51 0.71 0 0.20
HSL 256.97º 0.59% 0.52% -
HSV(B) 256.97º 0.71% 0.8% -
XYZ 18 10.41 58.82 -
YUV 88.79 193.58 136.71 -
System Red Green Blue C M Y K H S L
Decimal 101 60 205 0.51 0.71 0 0.20 256.97 0.59 0.52
Hex 65 3C CD 33 47 0 14 101 3B 34
Octal 145 74 315 63 107 0 24 401 73 64
Binary 1100101 111100 11001101 110011 1000111 0 10100 100000001 111011 110100

Color Harmonies of #653CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653CCD

Black with #653CCD

Text Example


Text Example

White with #653CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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