Html Css Color HEX #653296 Royal Purple

📋 copy color: '#653296'

red 101 ◦ green 50 ◦ blue 150

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

Shades of Royal Purple #653296

Tints of Royal Purple #653296

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.61%

 BLUE value IS 150 (58.98% from 255) = 49.83%

R = 33.55%
G = 16.61%
B = 49.83%

CMYK

 C value IS 0.33

 M value IS 0.67

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#653296 (or 0x653296) is known color: Royal Purple. HEX triplet: 65, 32 and 96. RGB value is (101,50,150). Sum of RGB (Red+Green+Blue) = 101+50+150=301 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.55% from 301); Green value is 50 (19.92% from 255 or 16.61% from 301); Blue value is 150 (58.98% from 255 or 49.83% from 301); Max value from RGB is 150 - color contains mainly: blue. Hex color #653296 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653296 is #9ACD69. Grayscale: #4C4C4C. Windows color (decimal): -10145130 or 9843301. OLE color: 9843301.

HSL color Cylindrical-coordinate representation of color #653296: hue angle of 270.6º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #653296 is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 101 50 150 -
CMYK 0.33 0.67 0 0.41
HSL 270.6º 0.5% 0.39% -
HSV(B) 270.6º 0.67% 0.59% -
XYZ 12.01 7.25 29.62 -
YUV 76.65 169.4 145.37 -
System Red Green Blue C M Y K H S L
Decimal 101 50 150 0.33 0.67 0 0.41 270.6 0.5 0.39
Hex 65 32 96 21 43 0 29 10F 32 27
Octal 145 62 226 41 103 0 51 417 62 47
Binary 1100101 110010 10010110 100001 1000011 0 101001 100001111 110010 100111

Color Harmonies of #653296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653296

Black with #653296

Text Example


Text Example

White with #653296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #653296; }

 p { color: rgb(101,50,150); }

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

background-color css

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

 a { background-color: rgb(101,50,150); }

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

border-color css

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

 span { border-color: rgb(101,50,150); }

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