Html Css Color HEX #620162 Palatinate Purple

📋 copy color: '#620162'

red 98 ◦ green 1 ◦ blue 98

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

Shades of Palatinate Purple #620162

Tints of Palatinate Purple #620162

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.51%

 BLUE value IS 98 (38.67% from 255) = 49.75%

R = 49.75%
G = 0.51%
B = 49.75%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#620162 (or 0x620162) is known color: Palatinate Purple. HEX triplet: 62, 01 and 62. RGB value is (98,1,98). Sum of RGB (Red+Green+Blue) = 98+1+98=197 (26% of max value = 765). Red value is 98 (38.67% from 255 or 49.75% from 197); Green value is 1 (0.78% from 255 or 0.51% from 197); Blue value is 98 (38.67% from 255 or 49.75% from 197); Max value from RGB is 98 - color contains mainly: red, blue. Hex color #620162 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620162 is #9DFE9D. Grayscale: #282828. Windows color (decimal): -10354334 or 6422882. OLE color: 6422882.

HSL color Cylindrical-coordinate representation of color #620162: hue angle of 300º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #620162 is Cyan = 0, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 1 98 -
CMYK 0 0.99 0 0.62
HSL 300º 0.98% 0.19% -
HSV(B) 300º 0.99% 0.38% -
XYZ 7.25 3.5 11.85 -
YUV 41.06 160.14 168.61 -
System Red Green Blue C M Y K H S L
Decimal 98 1 98 0 0.99 0 0.62 300 0.98 0.19
Hex 62 1 62 0 63 0 3E 12C 62 13
Octal 142 1 142 0 143 0 76 454 142 23
Binary 1100010 1 1100010 0 1100011 0 111110 100101100 1100010 10011

Color Harmonies of #620162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620162

Black with #620162

Text Example


Text Example

White with #620162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620162; }

 p { color: rgb(98,1,98); }

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

background-color css

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

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

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

border-color css

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

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

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