Html Css Color HEX #631F5F Palatinate Purple

📋 copy color: '#631F5F'

red 99 ◦ green 31 ◦ blue 95

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

Shades of Palatinate Purple #631F5F

Tints of Palatinate Purple #631F5F

RGB

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

 GREEN value IS 31 (12.5% from 255) = 13.78%

 BLUE value IS 95 (37.5% from 255) = 42.22%

R = 44%
G = 13.78%
B = 42.22%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.04

 K value IS 0.61

RGB Variations

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

Color information

#631F5F (or 0x631F5F) is known color: Palatinate Purple. HEX triplet: 63, 1F and 5F. RGB value is (99,31,95). Sum of RGB (Red+Green+Blue) = 99+31+95=225 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44% from 225); Green value is 31 (12.5% from 255 or 13.78% from 225); Blue value is 95 (37.5% from 255 or 42.22% from 225); Max value from RGB is 99 - color contains mainly: red. Hex color #631F5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #631F5F is #9CE0A0. Grayscale: #3A3A3A. Windows color (decimal): -10281121 or 6233955. OLE color: 6233955.

HSL color Cylindrical-coordinate representation of color #631F5F: hue angle of 303.53º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #631F5F is Cyan = 0, Magento = 0.69, Yellow = 0.04 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 31 95 -
CMYK 0 0.69 0.04 0.61
HSL 303.53º 0.52% 0.25% -
HSV(B) 303.53º 0.69% 0.39% -
XYZ 7.7 4.46 11.28 -
YUV 58.63 148.53 156.8 -
System Red Green Blue C M Y K H S L
Decimal 99 31 95 0 0.69 0.04 0.61 303.53 0.52 0.25
Hex 63 1F 5F 0 45 4 3D 130 34 19
Octal 143 37 137 0 105 4 75 460 64 31
Binary 1100011 11111 1011111 0 1000101 100 111101 100110000 110100 11001

Color Harmonies of #631F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631F5F

Black with #631F5F

Text Example


Text Example

White with #631F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631F5F; }

 p { color: rgb(99,31,95); }

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

background-color css

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

 a { background-color: rgb(99,31,95); }

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

border-color css

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

 span { border-color: rgb(99,31,95); }

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