Html Css Color HEX #653094 Royal Purple

📋 copy color: '#653094'

red 101 ◦ green 48 ◦ blue 148

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

Shades of Royal Purple #653094

Tints of Royal Purple #653094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 49.83%

R = 34.01%
G = 16.16%
B = 49.83%

CMYK

 C value IS 0.32

 M value IS 0.68

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#653094 (or 0x653094) is known color: Royal Purple. HEX triplet: 65, 30 and 94. RGB value is (101,48,148). Sum of RGB (Red+Green+Blue) = 101+48+148=297 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.01% from 297); Green value is 48 (19.14% from 255 or 16.16% from 297); Blue value is 148 (58.20% from 255 or 49.83% from 297); Max value from RGB is 148 - color contains mainly: blue. Hex color #653094 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653094 is #9ACF6B. Grayscale: #4A4A4A. Windows color (decimal): -10145644 or 9711717. OLE color: 9711717.

HSL color Cylindrical-coordinate representation of color #653094: hue angle of 271.8º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #653094 is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 101 48 148 -
CMYK 0.32 0.68 0 0.42
HSL 271.8º 0.51% 0.38% -
HSV(B) 271.8º 0.68% 0.58% -
XYZ 11.77 7.02 28.75 -
YUV 75.25 169.06 146.37 -
System Red Green Blue C M Y K H S L
Decimal 101 48 148 0.32 0.68 0 0.42 271.8 0.51 0.38
Hex 65 30 94 20 44 0 2A 110 33 26
Octal 145 60 224 40 104 0 52 420 63 46
Binary 1100101 110000 10010100 100000 1000100 0 101010 100010000 110011 100110

Color Harmonies of #653094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653094

Black with #653094

Text Example


Text Example

White with #653094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #653094; }

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

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

background-color css

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

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

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

border-color css

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

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

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