Html Css Color HEX #633062 Palatinate Purple

📋 copy color: '#633062'

red 99 ◦ green 48 ◦ blue 98

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

Shades of Palatinate Purple #633062

Tints of Palatinate Purple #633062

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.59%

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

R = 40.41%
G = 19.59%
B = 40%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.01

 K value IS 0.61

RGB Variations

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

Color information

#633062 (or 0x633062) is known color: Palatinate Purple. HEX triplet: 63, 30 and 62. RGB value is (99,48,98). Sum of RGB (Red+Green+Blue) = 99+48+98=245 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.41% from 245); Green value is 48 (19.14% from 255 or 19.59% from 245); Blue value is 98 (38.67% from 255 or 40% from 245); Max value from RGB is 99 - color contains mainly: red. Hex color #633062 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #633062 is #9CCF9D. Grayscale: #444444. Windows color (decimal): -10276766 or 6434915. OLE color: 6434915.

HSL color Cylindrical-coordinate representation of color #633062: hue angle of 301.18º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #633062 is Cyan = 0, Magento = 0.52, Yellow = 0.01 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 48 98 -
CMYK 0 0.52 0.01 0.61
HSL 301.18º 0.35% 0.29% -
HSV(B) 301.18º 0.52% 0.39% -
XYZ 8.41 5.65 12.2 -
YUV 68.95 144.4 149.43 -
System Red Green Blue C M Y K H S L
Decimal 99 48 98 0 0.52 0.01 0.61 301.18 0.35 0.29
Hex 63 30 62 0 34 1 3D 12D 23 1D
Octal 143 60 142 0 64 1 75 455 43 35
Binary 1100011 110000 1100010 0 110100 1 111101 100101101 100011 11101

Color Harmonies of #633062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #633062

Black with #633062

Text Example


Text Example

White with #633062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #633062; }

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

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

background-color css

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

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

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

border-color css

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

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

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