Html Css Color HEX #623256 Palatinate Purple

📋 copy color: '#623256'

red 98 ◦ green 50 ◦ blue 86

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

Shades of Palatinate Purple #623256

Tints of Palatinate Purple #623256

RGB

 RED value IS 98 (38.67% from 255) = 41.88%

 GREEN value IS 50 (19.92% from 255) = 21.37%

 BLUE value IS 86 (33.98% from 255) = 36.75%

R = 41.88%
G = 21.37%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.12

 K value IS 0.62

RGB Variations

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

Color information

#623256 (or 0x623256) is known color: Palatinate Purple. HEX triplet: 62, 32 and 56. RGB value is (98,50,86). Sum of RGB (Red+Green+Blue) = 98+50+86=234 (30% of max value = 765). Red value is 98 (38.67% from 255 or 41.88% from 234); Green value is 50 (19.92% from 255 or 21.37% from 234); Blue value is 86 (33.98% from 255 or 36.75% from 234); Max value from RGB is 98 - color contains mainly: red. Hex color #623256 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #623256 is #9DCDA9. Grayscale: #444444. Windows color (decimal): -10341802 or 5648994. OLE color: 5648994.

HSL color Cylindrical-coordinate representation of color #623256: hue angle of 315º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #623256 is Cyan = 0, Magento = 0.49, Yellow = 0.12 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 50 86 -
CMYK 0 0.49 0.12 0.62
HSL 315º 0.32% 0.29% -
HSV(B) 315º 0.49% 0.38% -
XYZ 7.86 5.55 9.46 -
YUV 68.46 137.9 149.07 -
System Red Green Blue C M Y K H S L
Decimal 98 50 86 0 0.49 0.12 0.62 315 0.32 0.29
Hex 62 32 56 0 31 C 3E 13B 20 1D
Octal 142 62 126 0 61 14 76 473 40 35
Binary 1100010 110010 1010110 0 110001 1100 111110 100111011 100000 11101

Color Harmonies of #623256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #623256

Black with #623256

Text Example


Text Example

White with #623256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #623256; }

 p { color: rgb(98,50,86); }

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

background-color css

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

 a { background-color: rgb(98,50,86); }

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

border-color css

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

 span { border-color: rgb(98,50,86); }

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