Html Css Color HEX #632F95 Royal Purple

📋 copy color: '#632F95'

red 99 ◦ green 47 ◦ blue 149

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

Shades of Royal Purple #632F95

Tints of Royal Purple #632F95

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.93%

 BLUE value IS 149 (58.59% from 255) = 50.51%

R = 33.56%
G = 15.93%
B = 50.51%

CMYK

 C value IS 0.34

 M value IS 0.68

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#632F95 (or 0x632F95) is known color: Royal Purple. HEX triplet: 63, 2F and 95. RGB value is (99,47,149). Sum of RGB (Red+Green+Blue) = 99+47+149=295 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.56% from 295); Green value is 47 (18.75% from 255 or 15.93% from 295); Blue value is 149 (58.59% from 255 or 50.51% from 295); Max value from RGB is 149 - color contains mainly: blue. Hex color #632F95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #632F95 is #9CD06A. Grayscale: #494949. Windows color (decimal): -10276971 or 9776995. OLE color: 9776995.

HSL color Cylindrical-coordinate representation of color #632F95: hue angle of 270.59º degrees, saturation: 0.52, 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 #632F95 is Cyan = 0.34, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 99 47 149 -
CMYK 0.34 0.68 0 0.42
HSL 270.59º 0.52% 0.38% -
HSV(B) 270.59º 0.68% 0.58% -
XYZ 11.59 6.86 29.15 -
YUV 74.18 170.23 145.71 -
System Red Green Blue C M Y K H S L
Decimal 99 47 149 0.34 0.68 0 0.42 270.59 0.52 0.38
Hex 63 2F 95 22 44 0 2A 10F 34 26
Octal 143 57 225 42 104 0 52 417 64 46
Binary 1100011 101111 10010101 100010 1000100 0 101010 100001111 110100 100110

Color Harmonies of #632F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632F95

Black with #632F95

Text Example


Text Example

White with #632F95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,47,149); }

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

background-color css

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

 a { background-color: rgb(99,47,149); }

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

border-color css

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

 span { border-color: rgb(99,47,149); }

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