Html Css Color HEX #633096 Royal Purple

📋 copy color: '#633096'

red 99 ◦ green 48 ◦ blue 150

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

Shades of Royal Purple #633096

Tints of Royal Purple #633096

RGB

 RED value IS 99 (39.06% from 255) = 33.33%

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

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

R = 33.33%
G = 16.16%
B = 50.51%

CMYK

 C value IS 0.34

 M value IS 0.68

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#633096 (or 0x633096) is known color: Royal Purple. HEX triplet: 63, 30 and 96. RGB value is (99,48,150). Sum of RGB (Red+Green+Blue) = 99+48+150=297 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.33% from 297); Green value is 48 (19.14% from 255 or 16.16% from 297); Blue value is 150 (58.98% from 255 or 50.51% from 297); Max value from RGB is 150 - color contains mainly: blue. Hex color #633096 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #633096 is #9CCF69. Grayscale: #4A4A4A. Windows color (decimal): -10276714 or 9842787. OLE color: 9842787.

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

Color convert

RGB 99 48 150 -
CMYK 0.34 0.68 0 0.41
HSL 270º 0.52% 0.39% -
HSV(B) 270º 0.68% 0.59% -
XYZ 11.71 6.97 29.58 -
YUV 74.88 170.4 145.21 -
System Red Green Blue C M Y K H S L
Decimal 99 48 150 0.34 0.68 0 0.41 270 0.52 0.39
Hex 63 30 96 22 44 0 29 10E 34 27
Octal 143 60 226 42 104 0 51 416 64 47
Binary 1100011 110000 10010110 100010 1000100 0 101001 100001110 110100 100111

Color Harmonies of #633096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #633096

Black with #633096

Text Example


Text Example

White with #633096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #633096; }

 p { color: rgb(99,48,150); }

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

background-color css

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

 a { background-color: rgb(99,48,150); }

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

border-color css

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

 span { border-color: rgb(99,48,150); }

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