Html Css Color HEX #623255 Palatinate Purple

📋 copy color: '#623255'

red 98 ◦ green 50 ◦ blue 85

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

Shades of Palatinate Purple #623255

Tints of Palatinate Purple #623255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 36.48%

R = 42.06%
G = 21.46%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.13

 K value IS 0.62

RGB Variations

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

Color information

#623255 (or 0x623255) is known color: Palatinate Purple. HEX triplet: 62, 32 and 55. RGB value is (98,50,85). Sum of RGB (Red+Green+Blue) = 98+50+85=233 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.06% from 233); Green value is 50 (19.92% from 255 or 21.46% from 233); Blue value is 85 (33.59% from 255 or 36.48% from 233); Max value from RGB is 98 - color contains mainly: red. Hex color #623255 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #623255 is #9DCDAA. Grayscale: #444444. Windows color (decimal): -10341803 or 5583458. OLE color: 5583458.

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

Color convert

RGB 98 50 85 -
CMYK 0 0.49 0.13 0.62
HSL 316.25º 0.32% 0.29% -
HSV(B) 316.25º 0.49% 0.38% -
XYZ 7.82 5.53 9.25 -
YUV 68.34 137.4 149.15 -
System Red Green Blue C M Y K H S L
Decimal 98 50 85 0 0.49 0.13 0.62 316.25 0.32 0.29
Hex 62 32 55 0 31 D 3E 13C 20 1D
Octal 142 62 125 0 61 15 76 474 40 35
Binary 1100010 110010 1010101 0 110001 1101 111110 100111100 100000 11101

Color Harmonies of #623255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #623255

Black with #623255

Text Example


Text Example

White with #623255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #623255; }

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

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

background-color css

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

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

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

border-color css

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

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

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