Html Css Color HEX #653292 Royal Purple

📋 copy color: '#653292'

red 101 ◦ green 50 ◦ blue 146

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

Shades of Royal Purple #653292

Tints of Royal Purple #653292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 49.16%

R = 34.01%
G = 16.84%
B = 49.16%

CMYK

 C value IS 0.31

 M value IS 0.66

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#653292 (or 0x653292) is known color: Royal Purple. HEX triplet: 65, 32 and 92. RGB value is (101,50,146). Sum of RGB (Red+Green+Blue) = 101+50+146=297 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.01% from 297); Green value is 50 (19.92% from 255 or 16.84% from 297); Blue value is 146 (57.42% from 255 or 49.16% from 297); Max value from RGB is 146 - color contains mainly: blue. Hex color #653292 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653292 is #9ACD6D. Grayscale: #4B4B4B. Windows color (decimal): -10145134 or 9581157. OLE color: 9581157.

HSL color Cylindrical-coordinate representation of color #653292: hue angle of 271.88º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #653292 is Cyan = 0.31, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 101 50 146 -
CMYK 0.31 0.66 0 0.43
HSL 271.88º 0.49% 0.38% -
HSV(B) 271.88º 0.66% 0.57% -
XYZ 11.7 7.12 27.95 -
YUV 76.19 167.4 145.69 -
System Red Green Blue C M Y K H S L
Decimal 101 50 146 0.31 0.66 0 0.43 271.88 0.49 0.38
Hex 65 32 92 1F 42 0 2B 110 31 26
Octal 145 62 222 37 102 0 53 420 61 46
Binary 1100101 110010 10010010 11111 1000010 0 101011 100010000 110001 100110

Color Harmonies of #653292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653292

Black with #653292

Text Example


Text Example

White with #653292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #653292; }

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

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

background-color css

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

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

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

border-color css

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

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

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