Html Css Color HEX #63425F Palatinate Purple

📋 copy color: '#63425F'

red 99 ◦ green 66 ◦ blue 95

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

Shades of Palatinate Purple #63425F

Tints of Palatinate Purple #63425F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.38%

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

R = 38.08%
G = 25.38%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.04

 K value IS 0.61

RGB Variations

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

Color information

#63425F (or 0x63425F) is known color: Palatinate Purple. HEX triplet: 63, 42 and 5F. RGB value is (99,66,95). Sum of RGB (Red+Green+Blue) = 99+66+95=260 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.08% from 260); Green value is 66 (26.17% from 255 or 25.38% from 260); Blue value is 95 (37.5% from 255 or 36.54% from 260); Max value from RGB is 99 - color contains mainly: red. Hex color #63425F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63425F is #9CBDA0. Grayscale: #4F4F4F. Windows color (decimal): -10272161 or 6242915. OLE color: 6242915.

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

Color convert

RGB 99 66 95 -
CMYK 0 0.33 0.04 0.61
HSL 307.27º 0.2% 0.32% -
HSV(B) 307.27º 0.33% 0.39% -
XYZ 9.16 7.38 11.77 -
YUV 79.17 136.93 142.14 -
System Red Green Blue C M Y K H S L
Decimal 99 66 95 0 0.33 0.04 0.61 307.27 0.2 0.32
Hex 63 42 5F 0 21 4 3D 133 14 20
Octal 143 102 137 0 41 4 75 463 24 40
Binary 1100011 1000010 1011111 0 100001 100 111101 100110011 10100 100000

Color Harmonies of #63425F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63425F

Black with #63425F

Text Example


Text Example

White with #63425F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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