Html Css Color HEX #653AC5 Purple Heart

📋 copy color: '#653AC5'

red 101 ◦ green 58 ◦ blue 197

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

Shades of Purple Heart #653AC5

Tints of Purple Heart #653AC5

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.29%

 BLUE value IS 197 (77.34% from 255) = 55.34%

R = 28.37%
G = 16.29%
B = 55.34%

CMYK

 C value IS 0.49

 M value IS 0.71

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#653AC5 (or 0x653AC5) is known color: Purple Heart. HEX triplet: 65, 3A and C5. RGB value is (101,58,197). Sum of RGB (Red+Green+Blue) = 101+58+197=356 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.37% from 356); Green value is 58 (23.05% from 255 or 16.29% from 356); Blue value is 197 (77.34% from 255 or 55.34% from 356); Max value from RGB is 197 - color contains mainly: blue. Hex color #653AC5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #653AC5 is #9AC53A. Grayscale: #565656. Windows color (decimal): -10143035 or 12925541. OLE color: 12925541.

HSL color Cylindrical-coordinate representation of color #653AC5: hue angle of 258.56º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #653AC5 is Cyan = 0.49, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 101 58 197 -
CMYK 0.49 0.71 0 0.23
HSL 258.56º 0.55% 0.5% -
HSV(B) 258.56º 0.71% 0.77% -
XYZ 16.96 9.82 53.83 -
YUV 86.7 190.25 138.2 -
System Red Green Blue C M Y K H S L
Decimal 101 58 197 0.49 0.71 0 0.23 258.56 0.55 0.5
Hex 65 3A C5 31 47 0 17 103 37 32
Octal 145 72 305 61 107 0 27 403 67 62
Binary 1100101 111010 11000101 110001 1000111 0 10111 100000011 110111 110010

Color Harmonies of #653AC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653AC5

Black with #653AC5

Text Example


Text Example

White with #653AC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,58,197); }

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

background-color css

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

 a { background-color: rgb(101,58,197); }

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

border-color css

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

 span { border-color: rgb(101,58,197); }

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