Html Css Color HEX #631C9F Royal Purple

📋 copy color: '#631C9F'

red 99 ◦ green 28 ◦ blue 159

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

Shades of Royal Purple #631C9F

Tints of Royal Purple #631C9F

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.79%

 BLUE value IS 159 (62.5% from 255) = 55.59%

R = 34.62%
G = 9.79%
B = 55.59%

CMYK

 C value IS 0.38

 M value IS 0.82

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#631C9F (or 0x631C9F) is known color: Royal Purple. HEX triplet: 63, 1C and 9F. RGB value is (99,28,159). Sum of RGB (Red+Green+Blue) = 99+28+159=286 (37% of max value = 765). Red value is 99 (39.06% from 255 or 34.62% from 286); Green value is 28 (11.33% from 255 or 9.79% from 286); Blue value is 159 (62.5% from 255 or 55.59% from 286); Max value from RGB is 159 - color contains mainly: blue. Hex color #631C9F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #631C9F is #9CE360. Grayscale: #3F3F3F. Windows color (decimal): -10281825 or 10427491. OLE color: 10427491.

HSL color Cylindrical-coordinate representation of color #631C9F: hue angle of 272.52º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #631C9F is Cyan = 0.38, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 99 28 159 -
CMYK 0.38 0.82 0 0.38
HSL 272.52º 0.7% 0.37% -
HSV(B) 272.52º 0.82% 0.62% -
XYZ 11.82 5.99 33.33 -
YUV 64.16 181.52 152.85 -
System Red Green Blue C M Y K H S L
Decimal 99 28 159 0.38 0.82 0 0.38 272.52 0.7 0.37
Hex 63 1C 9F 26 52 0 26 111 46 25
Octal 143 34 237 46 122 0 46 421 106 45
Binary 1100011 11100 10011111 100110 1010010 0 100110 100010001 1000110 100101

Color Harmonies of #631C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631C9F

Black with #631C9F

Text Example


Text Example

White with #631C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631C9F; }

 p { color: rgb(99,28,159); }

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

background-color css

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

 a { background-color: rgb(99,28,159); }

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

border-color css

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

 span { border-color: rgb(99,28,159); }

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