Html Css Color HEX #620670 Purple

📋 copy color: '#620670'

red 98 ◦ green 6 ◦ blue 112

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

Shades of Purple #620670

Tints of Purple #620670

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.78%

 BLUE value IS 112 (44.14% from 255) = 51.85%

R = 45.37%
G = 2.78%
B = 51.85%

CMYK

 C value IS 0.13

 M value IS 0.95

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#620670 (or 0x620670) is known color: Purple. HEX triplet: 62, 06 and 70. RGB value is (98,6,112). Sum of RGB (Red+Green+Blue) = 98+6+112=216 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.37% from 216); Green value is 6 (2.73% from 255 or 2.78% from 216); Blue value is 112 (44.14% from 255 or 51.85% from 216); Max value from RGB is 112 - color contains mainly: blue. Hex color #620670 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620670 is #9DF98F. Grayscale: #2D2D2D. Windows color (decimal): -10353040 or 7341666. OLE color: 7341666.

HSL color Cylindrical-coordinate representation of color #620670: hue angle of 292.08º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #620670 is Cyan = 0.13, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 98 6 112 -
CMYK 0.13 0.95 0 0.56
HSL 292.08º 0.9% 0.23% -
HSV(B) 292.08º 0.95% 0.44% -
XYZ 8.03 3.9 15.66 -
YUV 45.59 165.48 165.38 -
System Red Green Blue C M Y K H S L
Decimal 98 6 112 0.13 0.95 0 0.56 292.08 0.9 0.23
Hex 62 6 70 D 5F 0 38 124 5A 17
Octal 142 6 160 15 137 0 70 444 132 27
Binary 1100010 110 1110000 1101 1011111 0 111000 100100100 1011010 10111

Color Harmonies of #620670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620670

Black with #620670

Text Example


Text Example

White with #620670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620670; }

 p { color: rgb(98,6,112); }

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

background-color css

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

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

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

border-color css

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

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

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