Html Css Color HEX #63345A Palatinate Purple

📋 copy color: '#63345A'

red 99 ◦ green 52 ◦ blue 90

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

Shades of Palatinate Purple #63345A

Tints of Palatinate Purple #63345A

RGB

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

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

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

R = 41.08%
G = 21.58%
B = 37.34%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.09

 K value IS 0.61

RGB Variations

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

Color information

#63345A (or 0x63345A) is known color: Palatinate Purple. HEX triplet: 63, 34 and 5A. RGB value is (99,52,90). Sum of RGB (Red+Green+Blue) = 99+52+90=241 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.08% from 241); Green value is 52 (20.70% from 255 or 21.58% from 241); Blue value is 90 (35.55% from 255 or 37.34% from 241); Max value from RGB is 99 - color contains mainly: red. Hex color #63345A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63345A is #9CCBA5. Grayscale: #464646. Windows color (decimal): -10275750 or 5911651. OLE color: 5911651.

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

Color convert

RGB 99 52 90 -
CMYK 0 0.47 0.09 0.61
HSL 311.49º 0.31% 0.3% -
HSV(B) 311.49º 0.47% 0.39% -
XYZ 8.22 5.85 10.37 -
YUV 70.39 139.07 148.41 -
System Red Green Blue C M Y K H S L
Decimal 99 52 90 0 0.47 0.09 0.61 311.49 0.31 0.3
Hex 63 34 5A 0 2F 9 3D 137 1F 1E
Octal 143 64 132 0 57 11 75 467 37 36
Binary 1100011 110100 1011010 0 101111 1001 111101 100110111 11111 11110

Color Harmonies of #63345A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63345A

Black with #63345A

Text Example


Text Example

White with #63345A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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