Html Css Color HEX #63345B Palatinate Purple

📋 copy color: '#63345B'

red 99 ◦ green 52 ◦ blue 91

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

Shades of Palatinate Purple #63345B

Tints of Palatinate Purple #63345B

RGB

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

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

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

R = 40.91%
G = 21.49%
B = 37.6%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.08

 K value IS 0.61

RGB Variations

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

Color information

#63345B (or 0x63345B) is known color: Palatinate Purple. HEX triplet: 63, 34 and 5B. RGB value is (99,52,91). Sum of RGB (Red+Green+Blue) = 99+52+91=242 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.91% from 242); Green value is 52 (20.70% from 255 or 21.49% from 242); Blue value is 91 (35.94% from 255 or 37.60% from 242); Max value from RGB is 99 - color contains mainly: red. Hex color #63345B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63345B is #9CCBA4. Grayscale: #464646. Windows color (decimal): -10275749 or 5977187. OLE color: 5977187.

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

Color convert

RGB 99 52 91 -
CMYK 0 0.47 0.08 0.61
HSL 310.21º 0.31% 0.3% -
HSV(B) 310.21º 0.47% 0.39% -
XYZ 8.26 5.86 10.59 -
YUV 70.5 139.57 148.33 -
System Red Green Blue C M Y K H S L
Decimal 99 52 91 0 0.47 0.08 0.61 310.21 0.31 0.3
Hex 63 34 5B 0 2F 8 3D 136 1F 1E
Octal 143 64 133 0 57 10 75 466 37 36
Binary 1100011 110100 1011011 0 101111 1000 111101 100110110 11111 11110

Color Harmonies of #63345B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63345B

Black with #63345B

Text Example


Text Example

White with #63345B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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