Html Css Color HEX #631968 Palatinate Purple

📋 copy color: '#631968'

red 99 ◦ green 25 ◦ blue 104

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

Shades of Palatinate Purple #631968

Tints of Palatinate Purple #631968

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.96%

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

R = 43.42%
G = 10.96%
B = 45.61%

CMYK

 C value IS 0.05

 M value IS 0.76

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#631968 (or 0x631968) is known color: Palatinate Purple. HEX triplet: 63, 19 and 68. RGB value is (99,25,104). Sum of RGB (Red+Green+Blue) = 99+25+104=228 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.42% from 228); Green value is 25 (10.16% from 255 or 10.96% from 228); Blue value is 104 (41.02% from 255 or 45.61% from 228); Max value from RGB is 104 - color contains mainly: blue. Hex color #631968 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631968 is #9CE697. Grayscale: #373737. Windows color (decimal): -10282648 or 6822243. OLE color: 6822243.

HSL color Cylindrical-coordinate representation of color #631968: hue angle of 296.2º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #631968 is Cyan = 0.05, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 99 25 104 -
CMYK 0.05 0.76 0 0.59
HSL 296.2º 0.61% 0.25% -
HSV(B) 296.2º 0.76% 0.41% -
XYZ 7.99 4.35 13.51 -
YUV 56.13 155.02 158.58 -
System Red Green Blue C M Y K H S L
Decimal 99 25 104 0.05 0.76 0 0.59 296.2 0.61 0.25
Hex 63 19 68 5 4C 0 3B 128 3D 19
Octal 143 31 150 5 114 0 73 450 75 31
Binary 1100011 11001 1101000 101 1001100 0 111011 100101000 111101 11001

Color Harmonies of #631968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631968

Black with #631968

Text Example


Text Example

White with #631968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631968; }

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

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

background-color css

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

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

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

border-color css

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

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

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