Html Css Color HEX #621358 Palatinate Purple

📋 copy color: '#621358'

red 98 ◦ green 19 ◦ blue 88

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

Shades of Palatinate Purple #621358

Tints of Palatinate Purple #621358

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.27%

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

R = 47.8%
G = 9.27%
B = 42.93%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.10

 K value IS 0.62

RGB Variations

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

Color information

#621358 (or 0x621358) is known color: Palatinate Purple. HEX triplet: 62, 13 and 58. RGB value is (98,19,88). Sum of RGB (Red+Green+Blue) = 98+19+88=205 (27% of max value = 765). Red value is 98 (38.67% from 255 or 47.80% from 205); Green value is 19 (7.81% from 255 or 9.27% from 205); Blue value is 88 (34.77% from 255 or 42.93% from 205); Max value from RGB is 98 - color contains mainly: red. Hex color #621358 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621358 is #9DECA7. Grayscale: #323232. Windows color (decimal): -10349736 or 5772130. OLE color: 5772130.

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

Color convert

RGB 98 19 88 -
CMYK 0 0.81 0.10 0.62
HSL 307.59º 0.68% 0.23% -
HSV(B) 307.59º 0.81% 0.38% -
XYZ 7.03 3.77 9.59 -
YUV 50.49 149.17 161.89 -
System Red Green Blue C M Y K H S L
Decimal 98 19 88 0 0.81 0.10 0.62 307.59 0.68 0.23
Hex 62 13 58 0 51 A 3E 134 44 17
Octal 142 23 130 0 121 12 76 464 104 27
Binary 1100010 10011 1011000 0 1010001 1010 111110 100110100 1000100 10111

Color Harmonies of #621358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621358

Black with #621358

Text Example


Text Example

White with #621358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621358; }

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

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

background-color css

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

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

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

border-color css

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

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

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