Html Css Color HEX #621968 Palatinate Purple

📋 copy color: '#621968'

red 98 ◦ green 25 ◦ blue 104

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

Shades of Palatinate Purple #621968

Tints of Palatinate Purple #621968

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.01%

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

R = 43.17%
G = 11.01%
B = 45.81%

CMYK

 C value IS 0.06

 M value IS 0.76

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#621968 (or 0x621968) is known color: Palatinate Purple. HEX triplet: 62, 19 and 68. RGB value is (98,25,104). Sum of RGB (Red+Green+Blue) = 98+25+104=227 (30% of max value = 765). Red value is 98 (38.67% from 255 or 43.17% from 227); Green value is 25 (10.16% from 255 or 11.01% from 227); Blue value is 104 (41.02% from 255 or 45.81% from 227); Max value from RGB is 104 - color contains mainly: blue. Hex color #621968 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621968 is #9DE697. Grayscale: #373737. Windows color (decimal): -10348184 or 6822242. OLE color: 6822242.

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

Color convert

RGB 98 25 104 -
CMYK 0.06 0.76 0 0.59
HSL 295.44º 0.61% 0.25% -
HSV(B) 295.44º 0.76% 0.41% -
XYZ 7.88 4.29 13.51 -
YUV 55.83 155.18 158.08 -
System Red Green Blue C M Y K H S L
Decimal 98 25 104 0.06 0.76 0 0.59 295.44 0.61 0.25
Hex 62 19 68 6 4C 0 3B 127 3D 19
Octal 142 31 150 6 114 0 73 447 75 31
Binary 1100010 11001 1101000 110 1001100 0 111011 100100111 111101 11001

Color Harmonies of #621968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621968

Black with #621968

Text Example


Text Example

White with #621968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621968; }

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

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

background-color css

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

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

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

border-color css

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

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

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