Html Css Color HEX #653BAF Royal Purple

📋 copy color: '#653BAF'

red 101 ◦ green 59 ◦ blue 175

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

Shades of Royal Purple #653BAF

Tints of Royal Purple #653BAF

RGB

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

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

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

R = 30.15%
G = 17.61%
B = 52.24%

CMYK

 C value IS 0.42

 M value IS 0.66

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#653BAF (or 0x653BAF) is known color: Royal Purple. HEX triplet: 65, 3B and AF. RGB value is (101,59,175). Sum of RGB (Red+Green+Blue) = 101+59+175=335 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.15% from 335); Green value is 59 (23.44% from 255 or 17.61% from 335); Blue value is 175 (68.75% from 255 or 52.24% from 335); Max value from RGB is 175 - color contains mainly: blue. Hex color #653BAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653BAF is #9AC450. Grayscale: #545454. Windows color (decimal): -10142801 or 11484005. OLE color: 11484005.

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

Color convert

RGB 101 59 175 -
CMYK 0.42 0.66 0 0.31
HSL 261.72º 0.5% 0.46% -
HSV(B) 261.72º 0.66% 0.69% -
XYZ 14.67 8.99 41.52 -
YUV 84.78 178.91 139.57 -
System Red Green Blue C M Y K H S L
Decimal 101 59 175 0.42 0.66 0 0.31 261.72 0.5 0.46
Hex 65 3B AF 2A 42 0 1F 106 32 2E
Octal 145 73 257 52 102 0 37 406 62 56
Binary 1100101 111011 10101111 101010 1000010 0 11111 100000110 110010 101110

Color Harmonies of #653BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653BAF

Black with #653BAF

Text Example


Text Example

White with #653BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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