Html Css Color HEX #653092 Royal Purple

📋 copy color: '#653092'

red 101 ◦ green 48 ◦ blue 146

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

Shades of Royal Purple #653092

Tints of Royal Purple #653092

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.27%

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

R = 34.24%
G = 16.27%
B = 49.49%

CMYK

 C value IS 0.31

 M value IS 0.67

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#653092 (or 0x653092) is known color: Royal Purple. HEX triplet: 65, 30 and 92. RGB value is (101,48,146). Sum of RGB (Red+Green+Blue) = 101+48+146=295 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.24% from 295); Green value is 48 (19.14% from 255 or 16.27% from 295); Blue value is 146 (57.42% from 255 or 49.49% from 295); Max value from RGB is 146 - color contains mainly: blue. Hex color #653092 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653092 is #9ACF6D. Grayscale: #4A4A4A. Windows color (decimal): -10145646 or 9580645. OLE color: 9580645.

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

Color convert

RGB 101 48 146 -
CMYK 0.31 0.67 0 0.43
HSL 272.45º 0.51% 0.38% -
HSV(B) 272.45º 0.67% 0.57% -
XYZ 11.61 6.96 27.92 -
YUV 75.02 168.06 146.53 -
System Red Green Blue C M Y K H S L
Decimal 101 48 146 0.31 0.67 0 0.43 272.45 0.51 0.38
Hex 65 30 92 1F 43 0 2B 110 33 26
Octal 145 60 222 37 103 0 53 420 63 46
Binary 1100101 110000 10010010 11111 1000011 0 101011 100010000 110011 100110

Color Harmonies of #653092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653092

Black with #653092

Text Example


Text Example

White with #653092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #653092; }

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

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

background-color css

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

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

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

border-color css

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

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

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