Html Css Color HEX #63335B Palatinate Purple

📋 copy color: '#63335B'

red 99 ◦ green 51 ◦ blue 91

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

Shades of Palatinate Purple #63335B

Tints of Palatinate Purple #63335B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 37.76%

R = 41.08%
G = 21.16%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.08

 K value IS 0.61

RGB Variations

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

Color information

#63335B (or 0x63335B) is known color: Palatinate Purple. HEX triplet: 63, 33 and 5B. RGB value is (99,51,91). Sum of RGB (Red+Green+Blue) = 99+51+91=241 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.08% from 241); Green value is 51 (20.31% from 255 or 21.16% from 241); Blue value is 91 (35.94% from 255 or 37.76% from 241); Max value from RGB is 99 - color contains mainly: red. Hex color #63335B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63335B is #9CCCA4. Grayscale: #454545. Windows color (decimal): -10276005 or 5976931. OLE color: 5976931.

HSL color Cylindrical-coordinate representation of color #63335B: hue angle of 310º 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 #63335B is Cyan = 0, Magento = 0.48, Yellow = 0.08 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 51 91 -
CMYK 0 0.48 0.08 0.61
HSL 310º 0.32% 0.29% -
HSV(B) 310º 0.48% 0.39% -
XYZ 8.22 5.78 10.58 -
YUV 69.91 139.9 148.75 -
System Red Green Blue C M Y K H S L
Decimal 99 51 91 0 0.48 0.08 0.61 310 0.32 0.29
Hex 63 33 5B 0 30 8 3D 136 20 1D
Octal 143 63 133 0 60 10 75 466 40 35
Binary 1100011 110011 1011011 0 110000 1000 111101 100110110 100000 11101

Color Harmonies of #63335B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63335B

Black with #63335B

Text Example


Text Example

White with #63335B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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