Html Css Color HEX #63095D Palatinate Purple

📋 copy color: '#63095D'

red 99 ◦ green 9 ◦ blue 93

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

Shades of Palatinate Purple #63095D

Tints of Palatinate Purple #63095D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.48%

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

R = 49.25%
G = 4.48%
B = 46.27%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.06

 K value IS 0.61

RGB Variations

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

Color information

#63095D (or 0x63095D) is known color: Palatinate Purple. HEX triplet: 63, 09 and 5D. RGB value is (99,9,93). Sum of RGB (Red+Green+Blue) = 99+9+93=201 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.25% from 201); Green value is 9 (3.91% from 255 or 4.48% from 201); Blue value is 93 (36.72% from 255 or 46.27% from 201); Max value from RGB is 99 - color contains mainly: red. Hex color #63095D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63095D is #9CF6A2. Grayscale: #2D2D2D. Windows color (decimal): -10286755 or 6097251. OLE color: 6097251.

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

Color convert

RGB 99 9 93 -
CMYK 0 0.91 0.06 0.61
HSL 304º 0.83% 0.21% -
HSV(B) 304º 0.91% 0.39% -
XYZ 7.22 3.64 10.68 -
YUV 45.49 154.82 166.17 -
System Red Green Blue C M Y K H S L
Decimal 99 9 93 0 0.91 0.06 0.61 304 0.83 0.21
Hex 63 9 5D 0 5B 6 3D 130 53 15
Octal 143 11 135 0 133 6 75 460 123 25
Binary 1100011 1001 1011101 0 1011011 110 111101 100110000 1010011 10101

Color Harmonies of #63095D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63095D

Black with #63095D

Text Example


Text Example

White with #63095D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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