Html Css Color HEX #631962 Palatinate Purple

📋 copy color: '#631962'

red 99 ◦ green 25 ◦ blue 98

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

Shades of Palatinate Purple #631962

Tints of Palatinate Purple #631962

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.26%

 BLUE value IS 98 (38.67% from 255) = 44.14%

R = 44.59%
G = 11.26%
B = 44.14%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.01

 K value IS 0.61

RGB Variations

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

Color information

#631962 (or 0x631962) is known color: Palatinate Purple. HEX triplet: 63, 19 and 62. RGB value is (99,25,98). Sum of RGB (Red+Green+Blue) = 99+25+98=222 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.59% from 222); Green value is 25 (10.16% from 255 or 11.26% from 222); Blue value is 98 (38.67% from 255 or 44.14% from 222); Max value from RGB is 99 - color contains mainly: red. Hex color #631962 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631962 is #9CE69D. Grayscale: #373737. Windows color (decimal): -10282654 or 6429027. OLE color: 6429027.

HSL color Cylindrical-coordinate representation of color #631962: hue angle of 300.81º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #631962 is Cyan = 0, Magento = 0.75, Yellow = 0.01 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 25 98 -
CMYK 0 0.75 0.01 0.61
HSL 300.81º 0.6% 0.24% -
HSV(B) 300.81º 0.75% 0.39% -
XYZ 7.7 4.23 11.97 -
YUV 55.45 152.02 159.06 -
System Red Green Blue C M Y K H S L
Decimal 99 25 98 0 0.75 0.01 0.61 300.81 0.6 0.24
Hex 63 19 62 0 4B 1 3D 12D 3C 18
Octal 143 31 142 0 113 1 75 455 74 30
Binary 1100011 11001 1100010 0 1001011 1 111101 100101101 111100 11000

Color Harmonies of #631962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631962

Black with #631962

Text Example


Text Example

White with #631962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631962; }

 p { color: rgb(99,25,98); }

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

background-color css

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

 a { background-color: rgb(99,25,98); }

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

border-color css

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

 span { border-color: rgb(99,25,98); }

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