Html Css Color HEX #63415E Palatinate Purple

📋 copy color: '#63415E'

red 99 ◦ green 65 ◦ blue 94

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

Shades of Palatinate Purple #63415E

Tints of Palatinate Purple #63415E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 36.43%

R = 38.37%
G = 25.19%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.05

 K value IS 0.61

RGB Variations

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

Color information

#63415E (or 0x63415E) is known color: Palatinate Purple. HEX triplet: 63, 41 and 5E. RGB value is (99,65,94). Sum of RGB (Red+Green+Blue) = 99+65+94=258 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.37% from 258); Green value is 65 (25.78% from 255 or 25.19% from 258); Blue value is 94 (37.11% from 255 or 36.43% from 258); Max value from RGB is 99 - color contains mainly: red. Hex color #63415E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63415E is #9CBEA1. Grayscale: #4E4E4E. Windows color (decimal): -10272418 or 6177123. OLE color: 6177123.

HSL color Cylindrical-coordinate representation of color #63415E: hue angle of 308.82º 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 #63415E is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 65 94 -
CMYK 0 0.34 0.05 0.61
HSL 308.82º 0.21% 0.32% -
HSV(B) 308.82º 0.34% 0.39% -
XYZ 9.06 7.24 11.51 -
YUV 78.47 136.76 142.64 -
System Red Green Blue C M Y K H S L
Decimal 99 65 94 0 0.34 0.05 0.61 308.82 0.21 0.32
Hex 63 41 5E 0 22 5 3D 135 15 20
Octal 143 101 136 0 42 5 75 465 25 40
Binary 1100011 1000001 1011110 0 100010 101 111101 100110101 10101 100000

Color Harmonies of #63415E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63415E

Black with #63415E

Text Example


Text Example

White with #63415E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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