Html Css Color HEX #620164 Purple

📋 copy color: '#620164'

red 98 ◦ green 1 ◦ blue 100

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

Shades of Purple #620164

Tints of Purple #620164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 50.25%

R = 49.25%
G = 0.5%
B = 50.25%

CMYK

 C value IS 0.02

 M value IS 0.99

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#620164 (or 0x620164) is known color: Purple. HEX triplet: 62, 01 and 64. RGB value is (98,1,100). Sum of RGB (Red+Green+Blue) = 98+1+100=199 (26% of max value = 765). Red value is 98 (38.67% from 255 or 49.25% from 199); Green value is 1 (0.78% from 255 or 0.50% from 199); Blue value is 100 (39.45% from 255 or 50.25% from 199); Max value from RGB is 100 - color contains mainly: blue. Hex color #620164 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620164 is #9DFE9B. Grayscale: #282828. Windows color (decimal): -10354332 or 6553954. OLE color: 6553954.

HSL color Cylindrical-coordinate representation of color #620164: hue angle of 298.79º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #620164 is Cyan = 0.02, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 98 1 100 -
CMYK 0.02 0.99 0 0.61
HSL 298.79º 0.98% 0.2% -
HSV(B) 298.79º 0.99% 0.39% -
XYZ 7.35 3.54 12.35 -
YUV 41.29 161.14 168.45 -
System Red Green Blue C M Y K H S L
Decimal 98 1 100 0.02 0.99 0 0.61 298.79 0.98 0.2
Hex 62 1 64 2 63 0 3D 12B 62 14
Octal 142 1 144 2 143 0 75 453 142 24
Binary 1100010 1 1100100 10 1100011 0 111101 100101011 1100010 10100

Color Harmonies of #620164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620164

Black with #620164

Text Example


Text Example

White with #620164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620164; }

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

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

background-color css

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

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

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

border-color css

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

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

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