Html Css Color HEX #632262 Palatinate Purple

📋 copy color: '#632262'

red 99 ◦ green 34 ◦ blue 98

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

Shades of Palatinate Purple #632262

Tints of Palatinate Purple #632262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 42.42%

R = 42.86%
G = 14.72%
B = 42.42%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.01

 K value IS 0.61

RGB Variations

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

Color information

#632262 (or 0x632262) is known color: Palatinate Purple. HEX triplet: 63, 22 and 62. RGB value is (99,34,98). Sum of RGB (Red+Green+Blue) = 99+34+98=231 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.86% from 231); Green value is 34 (13.67% from 255 or 14.72% from 231); Blue value is 98 (38.67% from 255 or 42.42% from 231); Max value from RGB is 99 - color contains mainly: red. Hex color #632262 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632262 is #9CDD9D. Grayscale: #3C3C3C. Windows color (decimal): -10280350 or 6431331. OLE color: 6431331.

HSL color Cylindrical-coordinate representation of color #632262: hue angle of 300.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 #632262 is Cyan = 0, Magento = 0.66, Yellow = 0.01 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 34 98 -
CMYK 0 0.66 0.01 0.61
HSL 300.92º 0.49% 0.26% -
HSV(B) 300.92º 0.66% 0.39% -
XYZ 7.92 4.68 12.04 -
YUV 60.73 149.03 155.3 -
System Red Green Blue C M Y K H S L
Decimal 99 34 98 0 0.66 0.01 0.61 300.92 0.49 0.26
Hex 63 22 62 0 42 1 3D 12D 31 1A
Octal 143 42 142 0 102 1 75 455 61 32
Binary 1100011 100010 1100010 0 1000010 1 111101 100101101 110001 11010

Color Harmonies of #632262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632262

Black with #632262

Text Example


Text Example

White with #632262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #632262; }

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

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

background-color css

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

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

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

border-color css

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

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

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