Html Css Color HEX #623260 Palatinate Purple

📋 copy color: '#623260'

red 98 ◦ green 50 ◦ blue 96

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

Shades of Palatinate Purple #623260

Tints of Palatinate Purple #623260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 39.34%

R = 40.16%
G = 20.49%
B = 39.34%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.02

 K value IS 0.62

RGB Variations

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

Color information

#623260 (or 0x623260) is known color: Palatinate Purple. HEX triplet: 62, 32 and 60. RGB value is (98,50,96). Sum of RGB (Red+Green+Blue) = 98+50+96=244 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40.16% from 244); Green value is 50 (19.92% from 255 or 20.49% from 244); Blue value is 96 (37.89% from 255 or 39.34% from 244); Max value from RGB is 98 - color contains mainly: red. Hex color #623260 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #623260 is #9DCD9F. Grayscale: #454545. Windows color (decimal): -10341792 or 6304354. OLE color: 6304354.

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

Color convert

RGB 98 50 96 -
CMYK 0 0.49 0.02 0.62
HSL 302.5º 0.32% 0.29% -
HSV(B) 302.5º 0.49% 0.38% -
XYZ 8.29 5.72 11.73 -
YUV 69.6 142.9 148.26 -
System Red Green Blue C M Y K H S L
Decimal 98 50 96 0 0.49 0.02 0.62 302.5 0.32 0.29
Hex 62 32 60 0 31 2 3E 12E 20 1D
Octal 142 62 140 0 61 2 76 456 40 35
Binary 1100010 110010 1100000 0 110001 10 111110 100101110 100000 11101

Color Harmonies of #623260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #623260

Black with #623260

Text Example


Text Example

White with #623260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #623260; }

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

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

background-color css

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

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

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

border-color css

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

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

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