Html Css Color HEX #621868 Palatinate Purple

📋 copy color: '#621868'

red 98 ◦ green 24 ◦ blue 104

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

Shades of Palatinate Purple #621868

Tints of Palatinate Purple #621868

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.62%

 BLUE value IS 104 (41.02% from 255) = 46.02%

R = 43.36%
G = 10.62%
B = 46.02%

CMYK

 C value IS 0.06

 M value IS 0.77

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#621868 (or 0x621868) is known color: Palatinate Purple. HEX triplet: 62, 18 and 68. RGB value is (98,24,104). Sum of RGB (Red+Green+Blue) = 98+24+104=226 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.36% from 226); Green value is 24 (9.77% from 255 or 10.62% from 226); Blue value is 104 (41.02% from 255 or 46.02% from 226); Max value from RGB is 104 - color contains mainly: blue. Hex color #621868 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621868 is #9DE797. Grayscale: #373737. Windows color (decimal): -10348440 or 6821986. OLE color: 6821986.

HSL color Cylindrical-coordinate representation of color #621868: hue angle of 295.5º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #621868 is Cyan = 0.06, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 98 24 104 -
CMYK 0.06 0.77 0 0.59
HSL 295.5º 0.63% 0.25% -
HSV(B) 295.5º 0.77% 0.41% -
XYZ 7.86 4.25 13.5 -
YUV 55.25 155.52 158.5 -
System Red Green Blue C M Y K H S L
Decimal 98 24 104 0.06 0.77 0 0.59 295.5 0.63 0.25
Hex 62 18 68 6 4D 0 3B 128 3E 19
Octal 142 30 150 6 115 0 73 450 76 31
Binary 1100010 11000 1101000 110 1001101 0 111011 100101000 111110 11001

Color Harmonies of #621868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621868

Black with #621868

Text Example


Text Example

White with #621868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621868; }

 p { color: rgb(98,24,104); }

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

background-color css

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

 a { background-color: rgb(98,24,104); }

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

border-color css

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

 span { border-color: rgb(98,24,104); }

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