Html Css Color HEX #621058 Palatinate Purple

📋 copy color: '#621058'

red 98 ◦ green 16 ◦ blue 88

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

Shades of Palatinate Purple #621058

Tints of Palatinate Purple #621058

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 43.56%

R = 48.51%
G = 7.92%
B = 43.56%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.10

 K value IS 0.62

RGB Variations

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

Color information

#621058 (or 0x621058) is known color: Palatinate Purple. HEX triplet: 62, 10 and 58. RGB value is (98,16,88). Sum of RGB (Red+Green+Blue) = 98+16+88=202 (26% of max value = 765). Red value is 98 (38.67% from 255 or 48.51% from 202); Green value is 16 (6.64% from 255 or 7.92% from 202); Blue value is 88 (34.77% from 255 or 43.56% from 202); Max value from RGB is 98 - color contains mainly: red. Hex color #621058 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621058 is #9DEFA7. Grayscale: #303030. Windows color (decimal): -10350504 or 5771362. OLE color: 5771362.

HSL color Cylindrical-coordinate representation of color #621058: hue angle of 307.32º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #621058 is Cyan = 0, Magento = 0.84, Yellow = 0.10 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 16 88 -
CMYK 0 0.84 0.10 0.62
HSL 307.32º 0.72% 0.22% -
HSV(B) 307.32º 0.84% 0.38% -
XYZ 6.98 3.67 9.57 -
YUV 48.73 150.17 163.15 -
System Red Green Blue C M Y K H S L
Decimal 98 16 88 0 0.84 0.10 0.62 307.32 0.72 0.22
Hex 62 10 58 0 54 A 3E 133 48 16
Octal 142 20 130 0 124 12 76 463 110 26
Binary 1100010 10000 1011000 0 1010100 1010 111110 100110011 1001000 10110

Color Harmonies of #621058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621058

Black with #621058

Text Example


Text Example

White with #621058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621058; }

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

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

background-color css

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

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

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

border-color css

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

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

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