Html Css Color HEX #63375E Palatinate Purple

📋 copy color: '#63375E'

red 99 ◦ green 55 ◦ blue 94

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

Shades of Palatinate Purple #63375E

Tints of Palatinate Purple #63375E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.18%

 BLUE value IS 94 (37.11% from 255) = 37.9%

R = 39.92%
G = 22.18%
B = 37.9%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.05

 K value IS 0.61

RGB Variations

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

Color information

#63375E (or 0x63375E) is known color: Palatinate Purple. HEX triplet: 63, 37 and 5E. RGB value is (99,55,94). Sum of RGB (Red+Green+Blue) = 99+55+94=248 (32% of max value = 765). Red value is 99 (39.06% from 255 or 39.92% from 248); Green value is 55 (21.88% from 255 or 22.18% from 248); Blue value is 94 (37.11% from 255 or 37.90% from 248); Max value from RGB is 99 - color contains mainly: red. Hex color #63375E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63375E is #9CC8A1. Grayscale: #484848. Windows color (decimal): -10274978 or 6174563. OLE color: 6174563.

HSL color Cylindrical-coordinate representation of color #63375E: hue angle of 306.82º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #63375E is Cyan = 0, Magento = 0.44, Yellow = 0.05 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 55 94 -
CMYK 0 0.44 0.05 0.61
HSL 306.82º 0.29% 0.3% -
HSV(B) 306.82º 0.44% 0.39% -
XYZ 8.53 6.19 11.34 -
YUV 72.6 140.08 146.83 -
System Red Green Blue C M Y K H S L
Decimal 99 55 94 0 0.44 0.05 0.61 306.82 0.29 0.3
Hex 63 37 5E 0 2C 5 3D 133 1D 1E
Octal 143 67 136 0 54 5 75 463 35 36
Binary 1100011 110111 1011110 0 101100 101 111101 100110011 11101 11110

Color Harmonies of #63375E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63375E

Black with #63375E

Text Example


Text Example

White with #63375E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63375E; }

 p { color: rgb(99,55,94); }

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

background-color css

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

 a { background-color: rgb(99,55,94); }

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

border-color css

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

 span { border-color: rgb(99,55,94); }

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