Html Css Color HEX #621068 Palatinate Purple

📋 copy color: '#621068'

red 98 ◦ green 16 ◦ blue 104

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

Shades of Palatinate Purple #621068

Tints of Palatinate Purple #621068

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.34%

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

R = 44.95%
G = 7.34%
B = 47.71%

CMYK

 C value IS 0.06

 M value IS 0.85

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#621068 (or 0x621068) is known color: Palatinate Purple. HEX triplet: 62, 10 and 68. RGB value is (98,16,104). Sum of RGB (Red+Green+Blue) = 98+16+104=218 (28% of max value = 765). Red value is 98 (38.67% from 255 or 44.95% from 218); Green value is 16 (6.64% from 255 or 7.34% from 218); Blue value is 104 (41.02% from 255 or 47.71% from 218); Max value from RGB is 104 - color contains mainly: blue. Hex color #621068 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621068 is #9DEF97. Grayscale: #323232. Windows color (decimal): -10350488 or 6819938. OLE color: 6819938.

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

Color convert

RGB 98 16 104 -
CMYK 0.06 0.85 0 0.59
HSL 295.91º 0.73% 0.24% -
HSV(B) 295.91º 0.85% 0.41% -
XYZ 7.72 3.97 13.46 -
YUV 50.55 158.17 161.84 -
System Red Green Blue C M Y K H S L
Decimal 98 16 104 0.06 0.85 0 0.59 295.91 0.73 0.24
Hex 62 10 68 6 55 0 3B 128 49 18
Octal 142 20 150 6 125 0 73 450 111 30
Binary 1100010 10000 1101000 110 1010101 0 111011 100101000 1001001 11000

Color Harmonies of #621068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621068

Black with #621068

Text Example


Text Example

White with #621068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621068; }

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

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

background-color css

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

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

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

border-color css

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

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

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