Html Css Color HEX #632055 Palatinate Purple

📋 copy color: '#632055'

red 99 ◦ green 32 ◦ blue 85

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

Shades of Palatinate Purple #632055

Tints of Palatinate Purple #632055

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.81%

 BLUE value IS 85 (33.59% from 255) = 39.35%

R = 45.83%
G = 14.81%
B = 39.35%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.14

 K value IS 0.61

RGB Variations

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

Color information

#632055 (or 0x632055) is known color: Palatinate Purple. HEX triplet: 63, 20 and 55. RGB value is (99,32,85). Sum of RGB (Red+Green+Blue) = 99+32+85=216 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.83% from 216); Green value is 32 (12.89% from 255 or 14.81% from 216); Blue value is 85 (33.59% from 255 or 39.35% from 216); Max value from RGB is 99 - color contains mainly: red. Hex color #632055 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632055 is #9CDFAA. Grayscale: #393939. Windows color (decimal): -10280875 or 5578851. OLE color: 5578851.

HSL color Cylindrical-coordinate representation of color #632055: hue angle of 312.54º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #632055 is Cyan = 0, Magento = 0.68, Yellow = 0.14 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 32 85 -
CMYK 0 0.68 0.14 0.61
HSL 312.54º 0.51% 0.26% -
HSV(B) 312.54º 0.68% 0.39% -
XYZ 7.3 4.34 9.05 -
YUV 58.08 143.2 157.19 -
System Red Green Blue C M Y K H S L
Decimal 99 32 85 0 0.68 0.14 0.61 312.54 0.51 0.26
Hex 63 20 55 0 44 E 3D 139 33 1A
Octal 143 40 125 0 104 16 75 471 63 32
Binary 1100011 100000 1010101 0 1000100 1110 111101 100111001 110011 11010

Color Harmonies of #632055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632055

Black with #632055

Text Example


Text Example

White with #632055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #632055; }

 p { color: rgb(99,32,85); }

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

background-color css

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

 a { background-color: rgb(99,32,85); }

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

border-color css

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

 span { border-color: rgb(99,32,85); }

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