Html Css Color HEX #63335A Palatinate Purple

📋 copy color: '#63335A'

red 99 ◦ green 51 ◦ blue 90

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

Shades of Palatinate Purple #63335A

Tints of Palatinate Purple #63335A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 37.5%

R = 41.25%
G = 21.25%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.09

 K value IS 0.61

RGB Variations

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

Color information

#63335A (or 0x63335A) is known color: Palatinate Purple. HEX triplet: 63, 33 and 5A. RGB value is (99,51,90). Sum of RGB (Red+Green+Blue) = 99+51+90=240 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.25% from 240); Green value is 51 (20.31% from 255 or 21.25% from 240); Blue value is 90 (35.55% from 255 or 37.5% from 240); Max value from RGB is 99 - color contains mainly: red. Hex color #63335A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63335A is #9CCCA5. Grayscale: #454545. Windows color (decimal): -10276006 or 5911395. OLE color: 5911395.

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

Color convert

RGB 99 51 90 -
CMYK 0 0.48 0.09 0.61
HSL 311.25º 0.32% 0.29% -
HSV(B) 311.25º 0.48% 0.39% -
XYZ 8.17 5.76 10.35 -
YUV 69.8 139.4 148.83 -
System Red Green Blue C M Y K H S L
Decimal 99 51 90 0 0.48 0.09 0.61 311.25 0.32 0.29
Hex 63 33 5A 0 30 9 3D 137 20 1D
Octal 143 63 132 0 60 11 75 467 40 35
Binary 1100011 110011 1011010 0 110000 1001 111101 100110111 100000 11101

Color Harmonies of #63335A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63335A

Black with #63335A

Text Example


Text Example

White with #63335A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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