Html Css Color HEX #632255 Palatinate Purple

📋 copy color: '#632255'

red 99 ◦ green 34 ◦ blue 85

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

Shades of Palatinate Purple #632255

Tints of Palatinate Purple #632255

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.6%

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

R = 45.41%
G = 15.6%
B = 38.99%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.14

 K value IS 0.61

RGB Variations

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

Color information

#632255 (or 0x632255) is known color: Palatinate Purple. HEX triplet: 63, 22 and 55. RGB value is (99,34,85). Sum of RGB (Red+Green+Blue) = 99+34+85=218 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.41% from 218); Green value is 34 (13.67% from 255 or 15.60% from 218); Blue value is 85 (33.59% from 255 or 38.99% from 218); Max value from RGB is 99 - color contains mainly: red. Hex color #632255 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632255 is #9CDDAA. Grayscale: #3B3B3B. Windows color (decimal): -10280363 or 5579363. OLE color: 5579363.

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

Color convert

RGB 99 34 85 -
CMYK 0 0.66 0.14 0.61
HSL 312.92º 0.49% 0.26% -
HSV(B) 312.92º 0.66% 0.39% -
XYZ 7.36 4.45 9.07 -
YUV 59.25 142.53 156.35 -
System Red Green Blue C M Y K H S L
Decimal 99 34 85 0 0.66 0.14 0.61 312.92 0.49 0.26
Hex 63 22 55 0 42 E 3D 139 31 1A
Octal 143 42 125 0 102 16 75 471 61 32
Binary 1100011 100010 1010101 0 1000010 1110 111101 100111001 110001 11010

Color Harmonies of #632255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632255

Black with #632255

Text Example


Text Example

White with #632255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #632255; }

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

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

background-color css

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

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

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

border-color css

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

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

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