Html Css Color HEX #623252 Palatinate Purple

📋 copy color: '#623252'

red 98 ◦ green 50 ◦ blue 82

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

Shades of Palatinate Purple #623252

Tints of Palatinate Purple #623252

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 35.65%

R = 42.61%
G = 21.74%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.16

 K value IS 0.62

RGB Variations

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

Color information

#623252 (or 0x623252) is known color: Palatinate Purple. HEX triplet: 62, 32 and 52. RGB value is (98,50,82). Sum of RGB (Red+Green+Blue) = 98+50+82=230 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.61% from 230); Green value is 50 (19.92% from 255 or 21.74% from 230); Blue value is 82 (32.42% from 255 or 35.65% from 230); Max value from RGB is 98 - color contains mainly: red. Hex color #623252 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #623252 is #9DCDAD. Grayscale: #434343. Windows color (decimal): -10341806 or 5386850. OLE color: 5386850.

HSL color Cylindrical-coordinate representation of color #623252: hue angle of 320º 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 #623252 is Cyan = 0, Magento = 0.49, Yellow = 0.16 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 50 82 -
CMYK 0 0.49 0.16 0.62
HSL 320º 0.32% 0.29% -
HSV(B) 320º 0.49% 0.38% -
XYZ 7.7 5.49 8.64 -
YUV 68 135.9 149.4 -
System Red Green Blue C M Y K H S L
Decimal 98 50 82 0 0.49 0.16 0.62 320 0.32 0.29
Hex 62 32 52 0 31 10 3E 140 20 1D
Octal 142 62 122 0 61 20 76 500 40 35
Binary 1100010 110010 1010010 0 110001 10000 111110 101000000 100000 11101

Color Harmonies of #623252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #623252

Black with #623252

Text Example


Text Example

White with #623252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #623252; }

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

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

background-color css

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

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

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

border-color css

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

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

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