Html Css Color HEX #631358 Palatinate Purple

📋 copy color: '#631358'

red 99 ◦ green 19 ◦ blue 88

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

Shades of Palatinate Purple #631358

Tints of Palatinate Purple #631358

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 42.72%

R = 48.06%
G = 9.22%
B = 42.72%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.11

 K value IS 0.61

RGB Variations

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

Color information

#631358 (or 0x631358) is known color: Palatinate Purple. HEX triplet: 63, 13 and 58. RGB value is (99,19,88). Sum of RGB (Red+Green+Blue) = 99+19+88=206 (27% of max value = 765). Red value is 99 (39.06% from 255 or 48.06% from 206); Green value is 19 (7.81% from 255 or 9.22% from 206); Blue value is 88 (34.77% from 255 or 42.72% from 206); Max value from RGB is 99 - color contains mainly: red. Hex color #631358 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631358 is #9CECA7. Grayscale: #323232. Windows color (decimal): -10284200 or 5772131. OLE color: 5772131.

HSL color Cylindrical-coordinate representation of color #631358: hue angle of 308.25º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #631358 is Cyan = 0, Magento = 0.81, Yellow = 0.11 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 19 88 -
CMYK 0 0.81 0.11 0.61
HSL 308.25º 0.68% 0.23% -
HSV(B) 308.25º 0.81% 0.39% -
XYZ 7.14 3.82 9.59 -
YUV 50.79 149 162.39 -
System Red Green Blue C M Y K H S L
Decimal 99 19 88 0 0.81 0.11 0.61 308.25 0.68 0.23
Hex 63 13 58 0 51 B 3D 134 44 17
Octal 143 23 130 0 121 13 75 464 104 27
Binary 1100011 10011 1011000 0 1010001 1011 111101 100110100 1000100 10111

Color Harmonies of #631358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631358

Black with #631358

Text Example


Text Example

White with #631358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631358; }

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

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

background-color css

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

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

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

border-color css

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

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

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