Html Css Color HEX #631A5E Palatinate Purple

📋 copy color: '#631A5E'

red 99 ◦ green 26 ◦ blue 94

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

Shades of Palatinate Purple #631A5E

Tints of Palatinate Purple #631A5E

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.87%

 BLUE value IS 94 (37.11% from 255) = 42.92%

R = 45.21%
G = 11.87%
B = 42.92%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.05

 K value IS 0.61

RGB Variations

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

Color information

#631A5E (or 0x631A5E) is known color: Palatinate Purple. HEX triplet: 63, 1A and 5E. RGB value is (99,26,94). Sum of RGB (Red+Green+Blue) = 99+26+94=219 (29% of max value = 765). Red value is 99 (39.06% from 255 or 45.21% from 219); Green value is 26 (10.55% from 255 or 11.87% from 219); Blue value is 94 (37.11% from 255 or 42.92% from 219); Max value from RGB is 99 - color contains mainly: red. Hex color #631A5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #631A5E is #9CE5A1. Grayscale: #373737. Windows color (decimal): -10282402 or 6167139. OLE color: 6167139.

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

Color convert

RGB 99 26 94 -
CMYK 0 0.74 0.05 0.61
HSL 304.11º 0.58% 0.25% -
HSV(B) 304.11º 0.74% 0.39% -
XYZ 7.54 4.2 11 -
YUV 55.58 149.68 158.97 -
System Red Green Blue C M Y K H S L
Decimal 99 26 94 0 0.74 0.05 0.61 304.11 0.58 0.25
Hex 63 1A 5E 0 4A 5 3D 130 3A 19
Octal 143 32 136 0 112 5 75 460 72 31
Binary 1100011 11010 1011110 0 1001010 101 111101 100110000 111010 11001

Color Harmonies of #631A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631A5E

Black with #631A5E

Text Example


Text Example

White with #631A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,26,94); }

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

background-color css

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

 a { background-color: rgb(99,26,94); }

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

border-color css

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

 span { border-color: rgb(99,26,94); }

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