Html Css Color HEX #631A69 Palatinate Purple

📋 copy color: '#631A69'

red 99 ◦ green 26 ◦ blue 105

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

Shades of Palatinate Purple #631A69

Tints of Palatinate Purple #631A69

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.3%

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

R = 43.04%
G = 11.3%
B = 45.65%

CMYK

 C value IS 0.06

 M value IS 0.75

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#631A69 (or 0x631A69) is known color: Palatinate Purple. HEX triplet: 63, 1A and 69. RGB value is (99,26,105). Sum of RGB (Red+Green+Blue) = 99+26+105=230 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.04% from 230); Green value is 26 (10.55% from 255 or 11.30% from 230); Blue value is 105 (41.41% from 255 or 45.65% from 230); Max value from RGB is 105 - color contains mainly: blue. Hex color #631A69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #631A69 is #9CE596. Grayscale: #383838. Windows color (decimal): -10282391 or 6888035. OLE color: 6888035.

HSL color Cylindrical-coordinate representation of color #631A69: hue angle of 295.44º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #631A69 is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 99 26 105 -
CMYK 0.06 0.75 0 0.59
HSL 295.44º 0.6% 0.26% -
HSV(B) 295.44º 0.75% 0.41% -
XYZ 8.06 4.41 13.79 -
YUV 56.83 155.18 158.08 -
System Red Green Blue C M Y K H S L
Decimal 99 26 105 0.06 0.75 0 0.59 295.44 0.6 0.26
Hex 63 1A 69 6 4B 0 3B 127 3C 1A
Octal 143 32 151 6 113 0 73 447 74 32
Binary 1100011 11010 1101001 110 1001011 0 111011 100100111 111100 11010

Color Harmonies of #631A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631A69

Black with #631A69

Text Example


Text Example

White with #631A69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631A69; }

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

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

background-color css

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

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

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

border-color css

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

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

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