Html Css Color HEX #631069 Palatinate Purple

📋 copy color: '#631069'

red 99 ◦ green 16 ◦ blue 105

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

Shades of Palatinate Purple #631069

Tints of Palatinate Purple #631069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 47.73%

R = 45%
G = 7.27%
B = 47.73%

CMYK

 C value IS 0.06

 M value IS 0.85

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#631069 (or 0x631069) is known color: Palatinate Purple. HEX triplet: 63, 10 and 69. RGB value is (99,16,105). Sum of RGB (Red+Green+Blue) = 99+16+105=220 (29% of max value = 765). Red value is 99 (39.06% from 255 or 45% from 220); Green value is 16 (6.64% from 255 or 7.27% from 220); Blue value is 105 (41.41% from 255 or 47.73% from 220); Max value from RGB is 105 - color contains mainly: blue. Hex color #631069 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631069 is #9CEF96. Grayscale: #323232. Windows color (decimal): -10284951 or 6885475. OLE color: 6885475.

HSL color Cylindrical-coordinate representation of color #631069: hue angle of 295.96º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #631069 is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 99 16 105 -
CMYK 0.06 0.85 0 0.59
HSL 295.96º 0.74% 0.24% -
HSV(B) 295.96º 0.85% 0.41% -
XYZ 7.88 4.04 13.73 -
YUV 50.96 158.5 162.26 -
System Red Green Blue C M Y K H S L
Decimal 99 16 105 0.06 0.85 0 0.59 295.96 0.74 0.24
Hex 63 10 69 6 55 0 3B 128 4A 18
Octal 143 20 151 6 125 0 73 450 112 30
Binary 1100011 10000 1101001 110 1010101 0 111011 100101000 1001010 11000

Color Harmonies of #631069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631069

Black with #631069

Text Example


Text Example

White with #631069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631069; }

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

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

background-color css

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

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

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

border-color css

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

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

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