Html Css Color HEX #632696 Royal Purple

📋 copy color: '#632696'

red 99 ◦ green 38 ◦ blue 150

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

Shades of Royal Purple #632696

Tints of Royal Purple #632696

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.24%

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

R = 34.49%
G = 13.24%
B = 52.26%

CMYK

 C value IS 0.34

 M value IS 0.75

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#632696 (or 0x632696) is known color: Royal Purple. HEX triplet: 63, 26 and 96. RGB value is (99,38,150). Sum of RGB (Red+Green+Blue) = 99+38+150=287 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.49% from 287); Green value is 38 (15.23% from 255 or 13.24% from 287); Blue value is 150 (58.98% from 255 or 52.26% from 287); Max value from RGB is 150 - color contains mainly: blue. Hex color #632696 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #632696 is #9CD969. Grayscale: #444444. Windows color (decimal): -10279274 or 9840227. OLE color: 9840227.

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

Color convert

RGB 99 38 150 -
CMYK 0.34 0.75 0 0.41
HSL 272.68º 0.6% 0.37% -
HSV(B) 272.68º 0.75% 0.59% -
XYZ 11.34 6.24 29.46 -
YUV 69.01 173.71 149.39 -
System Red Green Blue C M Y K H S L
Decimal 99 38 150 0.34 0.75 0 0.41 272.68 0.6 0.37
Hex 63 26 96 22 4B 0 29 111 3C 25
Octal 143 46 226 42 113 0 51 421 74 45
Binary 1100011 100110 10010110 100010 1001011 0 101001 100010001 111100 100101

Color Harmonies of #632696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632696

Black with #632696

Text Example


Text Example

White with #632696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #632696; }

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

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

background-color css

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

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

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

border-color css

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

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

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