Html Css Color HEX #653BC1 Purple Heart

📋 copy color: '#653BC1'

red 101 ◦ green 59 ◦ blue 193

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

Shades of Purple Heart #653BC1

Tints of Purple Heart #653BC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 54.67%

R = 28.61%
G = 16.71%
B = 54.67%

CMYK

 C value IS 0.48

 M value IS 0.69

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#653BC1 (or 0x653BC1) is known color: Purple Heart. HEX triplet: 65, 3B and C1. RGB value is (101,59,193). Sum of RGB (Red+Green+Blue) = 101+59+193=353 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.61% from 353); Green value is 59 (23.44% from 255 or 16.71% from 353); Blue value is 193 (75.78% from 255 or 54.67% from 353); Max value from RGB is 193 - color contains mainly: blue. Hex color #653BC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #653BC1 is #9AC43E. Grayscale: #565656. Windows color (decimal): -10142783 or 12663653. OLE color: 12663653.

HSL color Cylindrical-coordinate representation of color #653BC1: hue angle of 258.81º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #653BC1 is Cyan = 0.48, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 101 59 193 -
CMYK 0.48 0.69 0 0.24
HSL 258.81º 0.53% 0.49% -
HSV(B) 258.81º 0.69% 0.76% -
XYZ 16.56 9.74 51.46 -
YUV 86.83 187.91 138.1 -
System Red Green Blue C M Y K H S L
Decimal 101 59 193 0.48 0.69 0 0.24 258.81 0.53 0.49
Hex 65 3B C1 30 45 0 18 103 35 31
Octal 145 73 301 60 105 0 30 403 65 61
Binary 1100101 111011 11000001 110000 1000101 0 11000 100000011 110101 110001

Color Harmonies of #653BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653BC1

Black with #653BC1

Text Example


Text Example

White with #653BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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