Html Css Color HEX #620758 Palatinate Purple

📋 copy color: '#620758'

red 98 ◦ green 7 ◦ blue 88

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

Shades of Palatinate Purple #620758

Tints of Palatinate Purple #620758

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.63%

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

R = 50.78%
G = 3.63%
B = 45.6%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.10

 K value IS 0.62

RGB Variations

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

Color information

#620758 (or 0x620758) is known color: Palatinate Purple. HEX triplet: 62, 07 and 58. RGB value is (98,7,88). Sum of RGB (Red+Green+Blue) = 98+7+88=193 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50.78% from 193); Green value is 7 (3.12% from 255 or 3.63% from 193); Blue value is 88 (34.77% from 255 or 45.60% from 193); Max value from RGB is 98 - color contains mainly: red. Hex color #620758 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620758 is #9DF8A7. Grayscale: #2B2B2B. Windows color (decimal): -10352808 or 5769058. OLE color: 5769058.

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

Color convert

RGB 98 7 88 -
CMYK 0 0.93 0.10 0.62
HSL 306.59º 0.87% 0.21% -
HSV(B) 306.59º 0.93% 0.38% -
XYZ 6.87 3.45 9.54 -
YUV 43.44 153.15 166.91 -
System Red Green Blue C M Y K H S L
Decimal 98 7 88 0 0.93 0.10 0.62 306.59 0.87 0.21
Hex 62 7 58 0 5D A 3E 133 57 15
Octal 142 7 130 0 135 12 76 463 127 25
Binary 1100010 111 1011000 0 1011101 1010 111110 100110011 1010111 10101

Color Harmonies of #620758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620758

Black with #620758

Text Example


Text Example

White with #620758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620758; }

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

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

background-color css

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

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

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

border-color css

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

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

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