Html Css Color HEX #653AAF Royal Purple

📋 copy color: '#653AAF'

red 101 ◦ green 58 ◦ blue 175

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

Shades of Royal Purple #653AAF

Tints of Royal Purple #653AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 52.4%

R = 30.24%
G = 17.37%
B = 52.4%

CMYK

 C value IS 0.42

 M value IS 0.67

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#653AAF (or 0x653AAF) is known color: Royal Purple. HEX triplet: 65, 3A and AF. RGB value is (101,58,175). Sum of RGB (Red+Green+Blue) = 101+58+175=334 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.24% from 334); Green value is 58 (23.05% from 255 or 17.37% from 334); Blue value is 175 (68.75% from 255 or 52.40% from 334); Max value from RGB is 175 - color contains mainly: blue. Hex color #653AAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653AAF is #9AC550. Grayscale: #535353. Windows color (decimal): -10143057 or 11483749. OLE color: 11483749.

HSL color Cylindrical-coordinate representation of color #653AAF: hue angle of 262.05º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #653AAF is Cyan = 0.42, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 101 58 175 -
CMYK 0.42 0.67 0 0.31
HSL 262.05º 0.5% 0.46% -
HSV(B) 262.05º 0.67% 0.69% -
XYZ 14.62 8.89 41.5 -
YUV 84.2 179.25 139.99 -
System Red Green Blue C M Y K H S L
Decimal 101 58 175 0.42 0.67 0 0.31 262.05 0.5 0.46
Hex 65 3A AF 2A 43 0 1F 106 32 2E
Octal 145 72 257 52 103 0 37 406 62 56
Binary 1100101 111010 10101111 101010 1000011 0 11111 100000110 110010 101110

Color Harmonies of #653AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653AAF

Black with #653AAF

Text Example


Text Example

White with #653AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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