Html Css Color HEX #621067 Palatinate Purple

📋 copy color: '#621067'

red 98 ◦ green 16 ◦ blue 103

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

Shades of Palatinate Purple #621067

Tints of Palatinate Purple #621067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 47.47%

R = 45.16%
G = 7.37%
B = 47.47%

CMYK

 C value IS 0.05

 M value IS 0.84

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#621067 (or 0x621067) is known color: Palatinate Purple. HEX triplet: 62, 10 and 67. RGB value is (98,16,103). Sum of RGB (Red+Green+Blue) = 98+16+103=217 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.16% from 217); Green value is 16 (6.64% from 255 or 7.37% from 217); Blue value is 103 (40.62% from 255 or 47.47% from 217); Max value from RGB is 103 - color contains mainly: blue. Hex color #621067 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621067 is #9DEF98. Grayscale: #323232. Windows color (decimal): -10350489 or 6754402. OLE color: 6754402.

HSL color Cylindrical-coordinate representation of color #621067: hue angle of 296.55º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #621067 is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 98 16 103 -
CMYK 0.05 0.84 0 0.60
HSL 296.55º 0.73% 0.23% -
HSV(B) 296.55º 0.84% 0.4% -
XYZ 7.67 3.95 13.19 -
YUV 50.44 157.67 161.93 -
System Red Green Blue C M Y K H S L
Decimal 98 16 103 0.05 0.84 0 0.60 296.55 0.73 0.23
Hex 62 10 67 5 54 0 3C 129 49 17
Octal 142 20 147 5 124 0 74 451 111 27
Binary 1100010 10000 1100111 101 1010100 0 111100 100101001 1001001 10111

Color Harmonies of #621067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621067

Black with #621067

Text Example


Text Example

White with #621067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621067; }

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

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

background-color css

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

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

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

border-color css

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

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

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