Html Css Color HEX #631055 Palatinate Purple

📋 copy color: '#631055'

red 99 ◦ green 16 ◦ blue 85

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

Shades of Palatinate Purple #631055

Tints of Palatinate Purple #631055

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8%

 BLUE value IS 85 (33.59% from 255) = 42.5%

R = 49.5%
G = 8%
B = 42.5%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.14

 K value IS 0.61

RGB Variations

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

Color information

#631055 (or 0x631055) is known color: Palatinate Purple. HEX triplet: 63, 10 and 55. RGB value is (99,16,85). Sum of RGB (Red+Green+Blue) = 99+16+85=200 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.5% from 200); Green value is 16 (6.64% from 255 or 8% from 200); Blue value is 85 (33.59% from 255 or 42.5% from 200); Max value from RGB is 99 - color contains mainly: red. Hex color #631055 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631055 is #9CEFAA. Grayscale: #303030. Windows color (decimal): -10284971 or 5574755. OLE color: 5574755.

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

Color convert

RGB 99 16 85 -
CMYK 0 0.84 0.14 0.61
HSL 310.12º 0.72% 0.23% -
HSV(B) 310.12º 0.84% 0.39% -
XYZ 6.97 3.68 8.94 -
YUV 48.68 148.5 163.89 -
System Red Green Blue C M Y K H S L
Decimal 99 16 85 0 0.84 0.14 0.61 310.12 0.72 0.23
Hex 63 10 55 0 54 E 3D 136 48 17
Octal 143 20 125 0 124 16 75 466 110 27
Binary 1100011 10000 1010101 0 1010100 1110 111101 100110110 1001000 10111

Color Harmonies of #631055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631055

Black with #631055

Text Example


Text Example

White with #631055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631055; }

 p { color: rgb(99,16,85); }

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

background-color css

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

 a { background-color: rgb(99,16,85); }

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

border-color css

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

 span { border-color: rgb(99,16,85); }

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