Html Css Color HEX #63345E Palatinate Purple

📋 copy color: '#63345E'

red 99 ◦ green 52 ◦ blue 94

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

Shades of Palatinate Purple #63345E

Tints of Palatinate Purple #63345E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.22%

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

R = 40.41%
G = 21.22%
B = 38.37%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.05

 K value IS 0.61

RGB Variations

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

Color information

#63345E (or 0x63345E) is known color: Palatinate Purple. HEX triplet: 63, 34 and 5E. RGB value is (99,52,94). Sum of RGB (Red+Green+Blue) = 99+52+94=245 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.41% from 245); Green value is 52 (20.70% from 255 or 21.22% from 245); Blue value is 94 (37.11% from 255 or 38.37% from 245); Max value from RGB is 99 - color contains mainly: red. Hex color #63345E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63345E is #9CCBA1. Grayscale: #464646. Windows color (decimal): -10275746 or 6173795. OLE color: 6173795.

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

Color convert

RGB 99 52 94 -
CMYK 0 0.47 0.05 0.61
HSL 306.38º 0.31% 0.3% -
HSV(B) 306.38º 0.47% 0.39% -
XYZ 8.39 5.92 11.29 -
YUV 70.84 141.07 148.08 -
System Red Green Blue C M Y K H S L
Decimal 99 52 94 0 0.47 0.05 0.61 306.38 0.31 0.3
Hex 63 34 5E 0 2F 5 3D 132 1F 1E
Octal 143 64 136 0 57 5 75 462 37 36
Binary 1100011 110100 1011110 0 101111 101 111101 100110010 11111 11110

Color Harmonies of #63345E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63345E

Black with #63345E

Text Example


Text Example

White with #63345E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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