Html Css Color HEX #620672 Purple

📋 copy color: '#620672'

red 98 ◦ green 6 ◦ blue 114

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

Shades of Purple #620672

Tints of Purple #620672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 52.29%

R = 44.95%
G = 2.75%
B = 52.29%

CMYK

 C value IS 0.14

 M value IS 0.95

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#620672 (or 0x620672) is known color: Purple. HEX triplet: 62, 06 and 72. RGB value is (98,6,114). Sum of RGB (Red+Green+Blue) = 98+6+114=218 (28% of max value = 765). Red value is 98 (38.67% from 255 or 44.95% from 218); Green value is 6 (2.73% from 255 or 2.75% from 218); Blue value is 114 (44.92% from 255 or 52.29% from 218); Max value from RGB is 114 - color contains mainly: blue. Hex color #620672 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620672 is #9DF98D. Grayscale: #2D2D2D. Windows color (decimal): -10353038 or 7472738. OLE color: 7472738.

HSL color Cylindrical-coordinate representation of color #620672: hue angle of 291.11º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #620672 is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 98 6 114 -
CMYK 0.14 0.95 0 0.55
HSL 291.11º 0.9% 0.24% -
HSV(B) 291.11º 0.95% 0.45% -
XYZ 8.14 3.94 16.25 -
YUV 45.82 166.48 165.22 -
System Red Green Blue C M Y K H S L
Decimal 98 6 114 0.14 0.95 0 0.55 291.11 0.9 0.24
Hex 62 6 72 E 5F 0 37 123 5A 18
Octal 142 6 162 16 137 0 67 443 132 30
Binary 1100010 110 1110010 1110 1011111 0 110111 100100011 1011010 11000

Color Harmonies of #620672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620672

Black with #620672

Text Example


Text Example

White with #620672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620672; }

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

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

background-color css

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

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

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

border-color css

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

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

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