Html Css Color HEX #631068 Palatinate Purple

📋 copy color: '#631068'

red 99 ◦ green 16 ◦ blue 104

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

Shades of Palatinate Purple #631068

Tints of Palatinate Purple #631068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 47.49%

R = 45.21%
G = 7.31%
B = 47.49%

CMYK

 C value IS 0.05

 M value IS 0.85

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#631068 (or 0x631068) is known color: Palatinate Purple. HEX triplet: 63, 10 and 68. RGB value is (99,16,104). Sum of RGB (Red+Green+Blue) = 99+16+104=219 (29% of max value = 765). Red value is 99 (39.06% from 255 or 45.21% from 219); Green value is 16 (6.64% from 255 or 7.31% from 219); Blue value is 104 (41.02% from 255 or 47.49% from 219); Max value from RGB is 104 - color contains mainly: blue. Hex color #631068 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631068 is #9CEF97. Grayscale: #323232. Windows color (decimal): -10284952 or 6819939. OLE color: 6819939.

HSL color Cylindrical-coordinate representation of color #631068: hue angle of 296.59º degrees, saturation: 0.73, 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 #631068 is Cyan = 0.05, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 99 16 104 -
CMYK 0.05 0.85 0 0.59
HSL 296.59º 0.73% 0.24% -
HSV(B) 296.59º 0.85% 0.41% -
XYZ 7.83 4.02 13.46 -
YUV 50.85 158 162.34 -
System Red Green Blue C M Y K H S L
Decimal 99 16 104 0.05 0.85 0 0.59 296.59 0.73 0.24
Hex 63 10 68 5 55 0 3B 129 49 18
Octal 143 20 150 5 125 0 73 451 111 30
Binary 1100011 10000 1101000 101 1010101 0 111011 100101001 1001001 11000

Color Harmonies of #631068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631068

Black with #631068

Text Example


Text Example

White with #631068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631068; }

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

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

background-color css

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

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

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

border-color css

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

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

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