Html Css Color HEX #63065D Palatinate Purple

📋 copy color: '#63065D'

red 99 ◦ green 6 ◦ blue 93

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

Shades of Palatinate Purple #63065D

Tints of Palatinate Purple #63065D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.03%

 BLUE value IS 93 (36.72% from 255) = 46.97%

R = 50%
G = 3.03%
B = 46.97%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.06

 K value IS 0.61

RGB Variations

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

Color information

#63065D (or 0x63065D) is known color: Palatinate Purple. HEX triplet: 63, 06 and 5D. RGB value is (99,6,93). Sum of RGB (Red+Green+Blue) = 99+6+93=198 (26% of max value = 765). Red value is 99 (39.06% from 255 or 50% from 198); Green value is 6 (2.73% from 255 or 3.03% from 198); Blue value is 93 (36.72% from 255 or 46.97% from 198); Max value from RGB is 99 - color contains mainly: red. Hex color #63065D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63065D is #9CF9A2. Grayscale: #2B2B2B. Windows color (decimal): -10287523 or 6096483. OLE color: 6096483.

HSL color Cylindrical-coordinate representation of color #63065D: hue angle of 303.87º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #63065D is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 6 93 -
CMYK 0 0.94 0.06 0.61
HSL 303.87º 0.89% 0.21% -
HSV(B) 303.87º 0.94% 0.39% -
XYZ 7.19 3.57 10.67 -
YUV 43.73 155.81 167.43 -
System Red Green Blue C M Y K H S L
Decimal 99 6 93 0 0.94 0.06 0.61 303.87 0.89 0.21
Hex 63 6 5D 0 5E 6 3D 130 59 15
Octal 143 6 135 0 136 6 75 460 131 25
Binary 1100011 110 1011101 0 1011110 110 111101 100110000 1011001 10101

Color Harmonies of #63065D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63065D

Black with #63065D

Text Example


Text Example

White with #63065D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63065D; }

 p { color: rgb(99,6,93); }

 H1.HeaderClassName
 {
   color: #63065D;
 }
 .AnyTagClassName
 {
   color: #63065D;
 }
</style>

background-color css

<style>
 a { background-color: #63065D; }

 a { background-color: rgb(99,6,93); }

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

border-color css

<style>
 span { border-color: #63065D; }

 span { border-color: rgb(99,6,93); }

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