Html Css Color HEX #653FAF Royal Purple

📋 copy color: '#653FAF'

red 101 ◦ green 63 ◦ blue 175

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

Shades of Royal Purple #653FAF

Tints of Royal Purple #653FAF

RGB

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

 GREEN value IS 63 (25% from 255) = 18.58%

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

R = 29.79%
G = 18.58%
B = 51.62%

CMYK

 C value IS 0.42

 M value IS 0.64

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#653FAF (or 0x653FAF) is known color: Royal Purple. HEX triplet: 65, 3F and AF. RGB value is (101,63,175). Sum of RGB (Red+Green+Blue) = 101+63+175=339 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.79% from 339); Green value is 63 (25% from 255 or 18.58% from 339); Blue value is 175 (68.75% from 255 or 51.62% from 339); Max value from RGB is 175 - color contains mainly: blue. Hex color #653FAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653FAF is #9AC050. Grayscale: #565656. Windows color (decimal): -10141777 or 11485029. OLE color: 11485029.

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

Color convert

RGB 101 63 175 -
CMYK 0.42 0.64 0 0.31
HSL 260.36º 0.47% 0.47% -
HSV(B) 260.36º 0.64% 0.69% -
XYZ 14.88 9.42 41.59 -
YUV 87.13 177.59 137.89 -
System Red Green Blue C M Y K H S L
Decimal 101 63 175 0.42 0.64 0 0.31 260.36 0.47 0.47
Hex 65 3F AF 2A 40 0 1F 104 2F 2F
Octal 145 77 257 52 100 0 37 404 57 57
Binary 1100101 111111 10101111 101010 1000000 0 11111 100000100 101111 101111

Color Harmonies of #653FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653FAF

Black with #653FAF

Text Example


Text Example

White with #653FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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