Html Css Color HEX #631367 Palatinate Purple

📋 copy color: '#631367'

red 99 ◦ green 19 ◦ blue 103

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

Shades of Palatinate Purple #631367

Tints of Palatinate Purple #631367

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 46.61%

R = 44.8%
G = 8.6%
B = 46.61%

CMYK

 C value IS 0.04

 M value IS 0.82

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#631367 (or 0x631367) is known color: Palatinate Purple. HEX triplet: 63, 13 and 67. RGB value is (99,19,103). Sum of RGB (Red+Green+Blue) = 99+19+103=221 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.80% from 221); Green value is 19 (7.81% from 255 or 8.60% from 221); Blue value is 103 (40.62% from 255 or 46.61% from 221); Max value from RGB is 103 - color contains mainly: blue. Hex color #631367 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631367 is #9CEC98. Grayscale: #343434. Windows color (decimal): -10284185 or 6755171. OLE color: 6755171.

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

Color convert

RGB 99 19 103 -
CMYK 0.04 0.82 0 0.60
HSL 297.14º 0.69% 0.24% -
HSV(B) 297.14º 0.82% 0.4% -
XYZ 7.83 4.1 13.21 -
YUV 52.5 156.5 161.17 -
System Red Green Blue C M Y K H S L
Decimal 99 19 103 0.04 0.82 0 0.60 297.14 0.69 0.24
Hex 63 13 67 4 52 0 3C 129 45 18
Octal 143 23 147 4 122 0 74 451 105 30
Binary 1100011 10011 1100111 100 1010010 0 111100 100101001 1000101 11000

Color Harmonies of #631367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631367

Black with #631367

Text Example


Text Example

White with #631367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631367; }

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

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

background-color css

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

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

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

border-color css

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

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

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