Html Css Color HEX #63415F Palatinate Purple

📋 copy color: '#63415F'

red 99 ◦ green 65 ◦ blue 95

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

Shades of Palatinate Purple #63415F

Tints of Palatinate Purple #63415F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25.1%

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

R = 38.22%
G = 25.1%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.04

 K value IS 0.61

RGB Variations

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

Color information

#63415F (or 0x63415F) is known color: Palatinate Purple. HEX triplet: 63, 41 and 5F. RGB value is (99,65,95). Sum of RGB (Red+Green+Blue) = 99+65+95=259 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.22% from 259); Green value is 65 (25.78% from 255 or 25.10% from 259); Blue value is 95 (37.5% from 255 or 36.68% from 259); Max value from RGB is 99 - color contains mainly: red. Hex color #63415F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63415F is #9CBEA0. Grayscale: #4E4E4E. Windows color (decimal): -10272417 or 6242659. OLE color: 6242659.

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

Color convert

RGB 99 65 95 -
CMYK 0 0.34 0.04 0.61
HSL 307.06º 0.21% 0.32% -
HSV(B) 307.06º 0.34% 0.39% -
XYZ 9.1 7.26 11.75 -
YUV 78.59 137.26 142.56 -
System Red Green Blue C M Y K H S L
Decimal 99 65 95 0 0.34 0.04 0.61 307.06 0.21 0.32
Hex 63 41 5F 0 22 4 3D 133 15 20
Octal 143 101 137 0 42 4 75 463 25 40
Binary 1100011 1000001 1011111 0 100010 100 111101 100110011 10101 100000

Color Harmonies of #63415F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63415F

Black with #63415F

Text Example


Text Example

White with #63415F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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