Html Css Color HEX #63305F Palatinate Purple

📋 copy color: '#63305F'

red 99 ◦ green 48 ◦ blue 95

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

Shades of Palatinate Purple #63305F

Tints of Palatinate Purple #63305F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.83%

 BLUE value IS 95 (37.5% from 255) = 39.26%

R = 40.91%
G = 19.83%
B = 39.26%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.04

 K value IS 0.61

RGB Variations

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

Color information

#63305F (or 0x63305F) is known color: Palatinate Purple. HEX triplet: 63, 30 and 5F. RGB value is (99,48,95). Sum of RGB (Red+Green+Blue) = 99+48+95=242 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.91% from 242); Green value is 48 (19.14% from 255 or 19.83% from 242); Blue value is 95 (37.5% from 255 or 39.26% from 242); Max value from RGB is 99 - color contains mainly: red. Hex color #63305F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63305F is #9CCFA0. Grayscale: #444444. Windows color (decimal): -10276769 or 6238307. OLE color: 6238307.

HSL color Cylindrical-coordinate representation of color #63305F: hue angle of 304.71º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #63305F is Cyan = 0, Magento = 0.52, Yellow = 0.04 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 48 95 -
CMYK 0 0.52 0.04 0.61
HSL 304.71º 0.35% 0.29% -
HSV(B) 304.71º 0.52% 0.39% -
XYZ 8.27 5.59 11.47 -
YUV 68.61 142.9 149.68 -
System Red Green Blue C M Y K H S L
Decimal 99 48 95 0 0.52 0.04 0.61 304.71 0.35 0.29
Hex 63 30 5F 0 34 4 3D 131 23 1D
Octal 143 60 137 0 64 4 75 461 43 35
Binary 1100011 110000 1011111 0 110100 100 111101 100110001 100011 11101

Color Harmonies of #63305F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63305F

Black with #63305F

Text Example


Text Example

White with #63305F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63305F; }

 p { color: rgb(99,48,95); }

 H1.HeaderClassName
 {
   color: #63305F;
 }
 .AnyTagClassName
 {
   color: #63305F;
 }
</style>

background-color css

<style>
 a { background-color: #63305F; }

 a { background-color: rgb(99,48,95); }

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

border-color css

<style>
 span { border-color: #63305F; }

 span { border-color: rgb(99,48,95); }

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