Html Css Color HEX #653398 Royal Purple

📋 copy color: '#653398'

red 101 ◦ green 51 ◦ blue 152

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

Shades of Royal Purple #653398

Tints of Royal Purple #653398

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.78%

 BLUE value IS 152 (59.77% from 255) = 50%

R = 33.22%
G = 16.78%
B = 50%

CMYK

 C value IS 0.34

 M value IS 0.66

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#653398 (or 0x653398) is known color: Royal Purple. HEX triplet: 65, 33 and 98. RGB value is (101,51,152). Sum of RGB (Red+Green+Blue) = 101+51+152=304 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.22% from 304); Green value is 51 (20.31% from 255 or 16.78% from 304); Blue value is 152 (59.77% from 255 or 50% from 304); Max value from RGB is 152 - color contains mainly: blue. Hex color #653398 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653398 is #9ACC67. Grayscale: #4D4D4D. Windows color (decimal): -10144872 or 9974629. OLE color: 9974629.

HSL color Cylindrical-coordinate representation of color #653398: hue angle of 269.7º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #653398 is Cyan = 0.34, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 101 51 152 -
CMYK 0.34 0.66 0 0.40
HSL 269.7º 0.5% 0.4% -
HSV(B) 269.7º 0.66% 0.6% -
XYZ 12.22 7.4 30.49 -
YUV 77.46 170.07 144.79 -
System Red Green Blue C M Y K H S L
Decimal 101 51 152 0.34 0.66 0 0.40 269.7 0.5 0.4
Hex 65 33 98 22 42 0 28 10E 32 28
Octal 145 63 230 42 102 0 50 416 62 50
Binary 1100101 110011 10011000 100010 1000010 0 101000 100001110 110010 101000

Color Harmonies of #653398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653398

Black with #653398

Text Example


Text Example

White with #653398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #653398; }

 p { color: rgb(101,51,152); }

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

background-color css

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

 a { background-color: rgb(101,51,152); }

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

border-color css

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

 span { border-color: rgb(101,51,152); }

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