Html Css Color HEX #620074 Purple

📋 copy color: '#620074'

red 98 ◦ green 0 ◦ blue 116

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

Shades of Purple #620074

Tints of Purple #620074

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 116 (45.7% from 255) = 54.21%

R = 45.79%
G = 0%
B = 54.21%

CMYK

 C value IS 0.16

 M value IS 1

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#620074 (or 0x620074) is known color: Purple. HEX triplet: 62, 00 and 74. RGB value is (98,0,116). Sum of RGB (Red+Green+Blue) = 98+0+116=214 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.79% from 214); Green value is 0 (0.39% from 255 or 0% from 214); Blue value is 116 (45.70% from 255 or 54.21% from 214); Max value from RGB is 116 - color contains mainly: blue. Hex color #620074 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620074 is #9DFF8B. Grayscale: #2A2A2A. Windows color (decimal): -10354572 or 7602274. OLE color: 7602274.

HSL color Cylindrical-coordinate representation of color #620074: hue angle of 290.69º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #620074 is Cyan = 0.16, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 98 0 116 -
CMYK 0.16 1 0 0.55
HSL 290.69º 1% 0.23% -
HSV(B) 290.69º 1% 0.45% -
XYZ 8.19 3.86 16.84 -
YUV 42.53 169.47 167.57 -
System Red Green Blue C M Y K H S L
Decimal 98 0 116 0.16 1 0 0.55 290.69 1 0.23
Hex 62 0 74 10 64 0 37 123 64 17
Octal 142 0 164 20 144 0 67 443 144 27
Binary 1100010 0 1110100 10000 1100100 0 110111 100100011 1100100 10111

Color Harmonies of #620074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620074

Black with #620074

Text Example


Text Example

White with #620074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620074; }

 p { color: rgb(98,0,116); }

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

background-color css

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

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

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

border-color css

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

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

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