#63075A

Color #63075A Palatinate Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palatinate Purple #63075A

Tints of Palatinate Purple #63075A

Color information

#63075A (or 0x63075A) is unknown color: approx Palatinate Purple. HEX triplet: 63, 07 and 5A. RGB value is (99,7,90). Sum of RGB (Red+Green+Blue) = 99+7+90=196 (25% of max value = 765). Red value is 99 (39.06% from 255 or 50.51% from 196); Green value is 7 (3.12% from 255 or 3.57% from 196); Blue value is 90 (35.55% from 255 or 45.92% from 196); Max value from RGB is 99 - color contains mainly: red. Hex color #63075A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63075A is #9CF8A5. Grayscale: #2B2B2B. Windows color (decimal): -10287270 or 5900131. OLE color: 5900131.

HSL color Cylindrical-coordinate representation of color #63075A: hue angle of 305.87º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #63075A is Cyan = 0, Magento = 0.93, Yellow = 0.09 and Black (K on CMYK) = 0.61.

Color convert

RGB99790-
CMYK00.930.090.61
HSL305.87º86.79%20.78%-
HSV(B)305.87º92.93%38.82%-
XYZ7.073.549.98-
YUV43.97153.98167.25-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 50.51%
GREEN value IS 7 (3.12% from 255) = 3.57%
BLUE value IS 90 (35.55% from 255) = 45.92%
R=50.51%
G=3.57%
B=45.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.09
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9979000.930.090.61305.8786.7920.78
Hex6375A05D93D1325715
Octal14371320135117546212725
Binary11000111111011010010111011001111101100110010101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63075A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #63075A;
 }
 .AnyTagClassName
 {
   color: #63075A;
 }
</style>
background-color css

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

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

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

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

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

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