Html Css Color HEX #631369 Palatinate Purple

📋 copy color: '#631369'

red 99 ◦ green 19 ◦ blue 105

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

Shades of Palatinate Purple #631369

Tints of Palatinate Purple #631369

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.52%

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

R = 44.39%
G = 8.52%
B = 47.09%

CMYK

 C value IS 0.06

 M value IS 0.82

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#631369 (or 0x631369) is known color: Palatinate Purple. HEX triplet: 63, 13 and 69. RGB value is (99,19,105). Sum of RGB (Red+Green+Blue) = 99+19+105=223 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.39% from 223); Green value is 19 (7.81% from 255 or 8.52% from 223); Blue value is 105 (41.41% from 255 or 47.09% from 223); Max value from RGB is 105 - color contains mainly: blue. Hex color #631369 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631369 is #9CEC96. Grayscale: #343434. Windows color (decimal): -10284183 or 6886243. OLE color: 6886243.

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

Color convert

RGB 99 19 105 -
CMYK 0.06 0.82 0 0.59
HSL 295.81º 0.69% 0.24% -
HSV(B) 295.81º 0.82% 0.41% -
XYZ 7.93 4.14 13.75 -
YUV 52.72 157.5 161.01 -
System Red Green Blue C M Y K H S L
Decimal 99 19 105 0.06 0.82 0 0.59 295.81 0.69 0.24
Hex 63 13 69 6 52 0 3B 128 45 18
Octal 143 23 151 6 122 0 73 450 105 30
Binary 1100011 10011 1101001 110 1010010 0 111011 100101000 1000101 11000

Color Harmonies of #631369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631369

Black with #631369

Text Example


Text Example

White with #631369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631369; }

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

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

background-color css

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

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

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

border-color css

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

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

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