Html Css Color HEX #63335C Palatinate Purple

📋 copy color: '#63335C'

red 99 ◦ green 51 ◦ blue 92

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

Shades of Palatinate Purple #63335C

Tints of Palatinate Purple #63335C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 38.02%

R = 40.91%
G = 21.07%
B = 38.02%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.07

 K value IS 0.61

RGB Variations

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

Color information

#63335C (or 0x63335C) is known color: Palatinate Purple. HEX triplet: 63, 33 and 5C. RGB value is (99,51,92). Sum of RGB (Red+Green+Blue) = 99+51+92=242 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.91% from 242); Green value is 51 (20.31% from 255 or 21.07% from 242); Blue value is 92 (36.33% from 255 or 38.02% from 242); Max value from RGB is 99 - color contains mainly: red. Hex color #63335C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63335C is #9CCCA3. Grayscale: #454545. Windows color (decimal): -10276004 or 6042467. OLE color: 6042467.

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

Color convert

RGB 99 51 92 -
CMYK 0 0.48 0.07 0.61
HSL 308.75º 0.32% 0.29% -
HSV(B) 308.75º 0.48% 0.39% -
XYZ 8.26 5.79 10.81 -
YUV 70.03 140.4 148.67 -
System Red Green Blue C M Y K H S L
Decimal 99 51 92 0 0.48 0.07 0.61 308.75 0.32 0.29
Hex 63 33 5C 0 30 7 3D 135 20 1D
Octal 143 63 134 0 60 7 75 465 40 35
Binary 1100011 110011 1011100 0 110000 111 111101 100110101 100000 11101

Color Harmonies of #63335C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63335C

Black with #63335C

Text Example


Text Example

White with #63335C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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