Html Css Color HEX #631152 Palatinate Purple

📋 copy color: '#631152'

red 99 ◦ green 17 ◦ blue 82

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

Shades of Palatinate Purple #631152

Tints of Palatinate Purple #631152

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.59%

 BLUE value IS 82 (32.42% from 255) = 41.41%

R = 50%
G = 8.59%
B = 41.41%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.17

 K value IS 0.61

RGB Variations

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

Color information

#631152 (or 0x631152) is known color: Palatinate Purple. HEX triplet: 63, 11 and 52. RGB value is (99,17,82). Sum of RGB (Red+Green+Blue) = 99+17+82=198 (26% of max value = 765). Red value is 99 (39.06% from 255 or 50% from 198); Green value is 17 (7.03% from 255 or 8.59% from 198); Blue value is 82 (32.42% from 255 or 41.41% from 198); Max value from RGB is 99 - color contains mainly: red. Hex color #631152 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631152 is #9CEEAD. Grayscale: #303030. Windows color (decimal): -10284718 or 5378403. OLE color: 5378403.

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

Color convert

RGB 99 17 82 -
CMYK 0 0.83 0.17 0.61
HSL 312.44º 0.71% 0.23% -
HSV(B) 312.44º 0.83% 0.39% -
XYZ 6.87 3.66 8.33 -
YUV 48.93 146.67 163.71 -
System Red Green Blue C M Y K H S L
Decimal 99 17 82 0 0.83 0.17 0.61 312.44 0.71 0.23
Hex 63 11 52 0 53 11 3D 138 47 17
Octal 143 21 122 0 123 21 75 470 107 27
Binary 1100011 10001 1010010 0 1010011 10001 111101 100111000 1000111 10111

Color Harmonies of #631152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631152

Black with #631152

Text Example


Text Example

White with #631152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631152; }

 p { color: rgb(99,17,82); }

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

background-color css

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

 a { background-color: rgb(99,17,82); }

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

border-color css

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

 span { border-color: rgb(99,17,82); }

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