Html Css Color HEX #631960 Palatinate Purple

📋 copy color: '#631960'

red 99 ◦ green 25 ◦ blue 96

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

Shades of Palatinate Purple #631960

Tints of Palatinate Purple #631960

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 43.64%

R = 45%
G = 11.36%
B = 43.64%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.03

 K value IS 0.61

RGB Variations

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

Color information

#631960 (or 0x631960) is known color: Palatinate Purple. HEX triplet: 63, 19 and 60. RGB value is (99,25,96). Sum of RGB (Red+Green+Blue) = 99+25+96=220 (29% of max value = 765). Red value is 99 (39.06% from 255 or 45% from 220); Green value is 25 (10.16% from 255 or 11.36% from 220); Blue value is 96 (37.89% from 255 or 43.64% from 220); Max value from RGB is 99 - color contains mainly: red. Hex color #631960 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631960 is #9CE69F. Grayscale: #373737. Windows color (decimal): -10282656 or 6297955. OLE color: 6297955.

HSL color Cylindrical-coordinate representation of color #631960: hue angle of 302.43º 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 #631960 is Cyan = 0, Magento = 0.75, Yellow = 0.03 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 25 96 -
CMYK 0 0.75 0.03 0.61
HSL 302.43º 0.6% 0.24% -
HSV(B) 302.43º 0.75% 0.39% -
XYZ 7.6 4.19 11.47 -
YUV 55.22 151.02 159.23 -
System Red Green Blue C M Y K H S L
Decimal 99 25 96 0 0.75 0.03 0.61 302.43 0.6 0.24
Hex 63 19 60 0 4B 3 3D 12E 3C 18
Octal 143 31 140 0 113 3 75 456 74 30
Binary 1100011 11001 1100000 0 1001011 11 111101 100101110 111100 11000

Color Harmonies of #631960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631960

Black with #631960

Text Example


Text Example

White with #631960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631960; }

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

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

background-color css

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

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

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

border-color css

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

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

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