Html Css Color HEX #631452 Palatinate Purple

📋 copy color: '#631452'

red 99 ◦ green 20 ◦ blue 82

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

Shades of Palatinate Purple #631452

Tints of Palatinate Purple #631452

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.95%

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

R = 49.25%
G = 9.95%
B = 40.8%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.17

 K value IS 0.61

RGB Variations

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

Color information

#631452 (or 0x631452) is known color: Palatinate Purple. HEX triplet: 63, 14 and 52. RGB value is (99,20,82). Sum of RGB (Red+Green+Blue) = 99+20+82=201 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.25% from 201); Green value is 20 (8.20% from 255 or 9.95% from 201); Blue value is 82 (32.42% from 255 or 40.80% from 201); Max value from RGB is 99 - color contains mainly: red. Hex color #631452 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631452 is #9CEBAD. Grayscale: #323232. Windows color (decimal): -10283950 or 5379171. OLE color: 5379171.

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

Color convert

RGB 99 20 82 -
CMYK 0 0.80 0.17 0.61
HSL 312.91º 0.66% 0.23% -
HSV(B) 312.91º 0.8% 0.39% -
XYZ 6.92 3.76 8.34 -
YUV 50.69 145.67 162.46 -
System Red Green Blue C M Y K H S L
Decimal 99 20 82 0 0.80 0.17 0.61 312.91 0.66 0.23
Hex 63 14 52 0 50 11 3D 139 42 17
Octal 143 24 122 0 120 21 75 471 102 27
Binary 1100011 10100 1010010 0 1010000 10001 111101 100111001 1000010 10111

Color Harmonies of #631452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631452

Black with #631452

Text Example


Text Example

White with #631452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631452; }

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

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

background-color css

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

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

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

border-color css

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

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

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