Html Css Color HEX #631260 Palatinate Purple

📋 copy color: '#631260'

red 99 ◦ green 18 ◦ blue 96

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

Shades of Palatinate Purple #631260

Tints of Palatinate Purple #631260

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.45%

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

R = 46.48%
G = 8.45%
B = 45.07%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.03

 K value IS 0.61

RGB Variations

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

Color information

#631260 (or 0x631260) is known color: Palatinate Purple. HEX triplet: 63, 12 and 60. RGB value is (99,18,96). Sum of RGB (Red+Green+Blue) = 99+18+96=213 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.48% from 213); Green value is 18 (7.42% from 255 or 8.45% from 213); Blue value is 96 (37.89% from 255 or 45.07% from 213); Max value from RGB is 99 - color contains mainly: red. Hex color #631260 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631260 is #9CED9F. Grayscale: #323232. Windows color (decimal): -10284448 or 6296163. OLE color: 6296163.

HSL color Cylindrical-coordinate representation of color #631260: hue angle of 302.22º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #631260 is Cyan = 0, Magento = 0.82, Yellow = 0.03 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 18 96 -
CMYK 0 0.82 0.03 0.61
HSL 302.22º 0.69% 0.23% -
HSV(B) 302.22º 0.82% 0.39% -
XYZ 7.47 3.93 11.43 -
YUV 51.11 153.34 162.16 -
System Red Green Blue C M Y K H S L
Decimal 99 18 96 0 0.82 0.03 0.61 302.22 0.69 0.23
Hex 63 12 60 0 52 3 3D 12E 45 17
Octal 143 22 140 0 122 3 75 456 105 27
Binary 1100011 10010 1100000 0 1010010 11 111101 100101110 1000101 10111

Color Harmonies of #631260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631260

Black with #631260

Text Example


Text Example

White with #631260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631260; }

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

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

background-color css

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

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

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

border-color css

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

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

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