Html Css Color HEX #631269 Palatinate Purple

📋 copy color: '#631269'

red 99 ◦ green 18 ◦ blue 105

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

Shades of Palatinate Purple #631269

Tints of Palatinate Purple #631269

RGB

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

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

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

R = 44.59%
G = 8.11%
B = 47.3%

CMYK

 C value IS 0.06

 M value IS 0.83

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#631269 (or 0x631269) is known color: Palatinate Purple. HEX triplet: 63, 12 and 69. RGB value is (99,18,105). Sum of RGB (Red+Green+Blue) = 99+18+105=222 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.59% from 222); Green value is 18 (7.42% from 255 or 8.11% from 222); Blue value is 105 (41.41% from 255 or 47.30% from 222); Max value from RGB is 105 - color contains mainly: blue. Hex color #631269 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631269 is #9CED96. Grayscale: #333333. Windows color (decimal): -10284439 or 6885987. OLE color: 6885987.

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

Color convert

RGB 99 18 105 -
CMYK 0.06 0.83 0 0.59
HSL 295.86º 0.71% 0.24% -
HSV(B) 295.86º 0.83% 0.41% -
XYZ 7.91 4.11 13.74 -
YUV 52.14 157.84 161.43 -
System Red Green Blue C M Y K H S L
Decimal 99 18 105 0.06 0.83 0 0.59 295.86 0.71 0.24
Hex 63 12 69 6 53 0 3B 128 47 18
Octal 143 22 151 6 123 0 73 450 107 30
Binary 1100011 10010 1101001 110 1010011 0 111011 100101000 1000111 11000

Color Harmonies of #631269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631269

Black with #631269

Text Example


Text Example

White with #631269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631269; }

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

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

background-color css

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

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

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

border-color css

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

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

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