Html Css Color HEX #631A5C Palatinate Purple

📋 copy color: '#631A5C'

red 99 ◦ green 26 ◦ blue 92

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

Shades of Palatinate Purple #631A5C

Tints of Palatinate Purple #631A5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 42.4%

R = 45.62%
G = 11.98%
B = 42.4%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.07

 K value IS 0.61

RGB Variations

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

Color information

#631A5C (or 0x631A5C) is known color: Palatinate Purple. HEX triplet: 63, 1A and 5C. RGB value is (99,26,92). Sum of RGB (Red+Green+Blue) = 99+26+92=217 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.62% from 217); Green value is 26 (10.55% from 255 or 11.98% from 217); Blue value is 92 (36.33% from 255 or 42.40% from 217); Max value from RGB is 99 - color contains mainly: red. Hex color #631A5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #631A5C is #9CE5A3. Grayscale: #373737. Windows color (decimal): -10282404 or 6036067. OLE color: 6036067.

HSL color Cylindrical-coordinate representation of color #631A5C: hue angle of 305.75º 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 #631A5C is Cyan = 0, Magento = 0.74, Yellow = 0.07 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 26 92 -
CMYK 0 0.74 0.07 0.61
HSL 305.75º 0.58% 0.25% -
HSV(B) 305.75º 0.74% 0.39% -
XYZ 7.45 4.16 10.54 -
YUV 55.35 148.68 159.13 -
System Red Green Blue C M Y K H S L
Decimal 99 26 92 0 0.74 0.07 0.61 305.75 0.58 0.25
Hex 63 1A 5C 0 4A 7 3D 132 3A 19
Octal 143 32 134 0 112 7 75 462 72 31
Binary 1100011 11010 1011100 0 1001010 111 111101 100110010 111010 11001

Color Harmonies of #631A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631A5C

Black with #631A5C

Text Example


Text Example

White with #631A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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