Html Css Color HEX #63335E Palatinate Purple

📋 copy color: '#63335E'

red 99 ◦ green 51 ◦ blue 94

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

Shades of Palatinate Purple #63335E

Tints of Palatinate Purple #63335E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.9%

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

R = 40.57%
G = 20.9%
B = 38.52%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.05

 K value IS 0.61

RGB Variations

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

Color information

#63335E (or 0x63335E) is known color: Palatinate Purple. HEX triplet: 63, 33 and 5E. RGB value is (99,51,94). Sum of RGB (Red+Green+Blue) = 99+51+94=244 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.57% from 244); Green value is 51 (20.31% from 255 or 20.90% from 244); Blue value is 94 (37.11% from 255 or 38.52% from 244); Max value from RGB is 99 - color contains mainly: red. Hex color #63335E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63335E is #9CCCA1. Grayscale: #464646. Windows color (decimal): -10276002 or 6173539. OLE color: 6173539.

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

Color convert

RGB 99 51 94 -
CMYK 0 0.48 0.05 0.61
HSL 306.25º 0.32% 0.29% -
HSV(B) 306.25º 0.48% 0.39% -
XYZ 8.35 5.83 11.27 -
YUV 70.25 141.4 148.5 -
System Red Green Blue C M Y K H S L
Decimal 99 51 94 0 0.48 0.05 0.61 306.25 0.32 0.29
Hex 63 33 5E 0 30 5 3D 132 20 1D
Octal 143 63 136 0 60 5 75 462 40 35
Binary 1100011 110011 1011110 0 110000 101 111101 100110010 100000 11101

Color Harmonies of #63335E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63335E

Black with #63335E

Text Example


Text Example

White with #63335E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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