Html Css Color HEX #632E96 Royal Purple

📋 copy color: '#632E96'

red 99 ◦ green 46 ◦ blue 150

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

Shades of Royal Purple #632E96

Tints of Royal Purple #632E96

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.59%

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

R = 33.56%
G = 15.59%
B = 50.85%

CMYK

 C value IS 0.34

 M value IS 0.69

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#632E96 (or 0x632E96) is known color: Royal Purple. HEX triplet: 63, 2E and 96. RGB value is (99,46,150). Sum of RGB (Red+Green+Blue) = 99+46+150=295 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.56% from 295); Green value is 46 (18.36% from 255 or 15.59% from 295); Blue value is 150 (58.98% from 255 or 50.85% from 295); Max value from RGB is 150 - color contains mainly: blue. Hex color #632E96 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #632E96 is #9CD169. Grayscale: #494949. Windows color (decimal): -10277226 or 9842275. OLE color: 9842275.

HSL color Cylindrical-coordinate representation of color #632E96: hue angle of 270.58º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #632E96 is Cyan = 0.34, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 99 46 150 -
CMYK 0.34 0.69 0 0.41
HSL 270.58º 0.53% 0.38% -
HSV(B) 270.58º 0.69% 0.59% -
XYZ 11.63 6.81 29.56 -
YUV 73.7 171.06 146.04 -
System Red Green Blue C M Y K H S L
Decimal 99 46 150 0.34 0.69 0 0.41 270.58 0.53 0.38
Hex 63 2E 96 22 45 0 29 10F 35 26
Octal 143 56 226 42 105 0 51 417 65 46
Binary 1100011 101110 10010110 100010 1000101 0 101001 100001111 110101 100110

Color Harmonies of #632E96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632E96

Black with #632E96

Text Example


Text Example

White with #632E96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #632E96; }

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

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

background-color css

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

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

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

border-color css

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

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

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