#620069

Color #620069 Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple #620069

Tints of Purple #620069

Color information

#620069 (or 0x620069) is unknown color: approx Purple. HEX triplet: 62, 00 and 69. RGB value is (98,0,105). Sum of RGB (Red+Green+Blue) = 98+0+105=203 (26% of max value = 765). Red value is 98 (38.67% from 255 or 48.28% from 203); Green value is 0 (0.39% from 255 or 0% from 203); Blue value is 105 (41.41% from 255 or 51.72% from 203); Max value from RGB is 105 - color contains mainly: blue. Hex color #620069 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620069 is #9DFF96. Grayscale: #282828. Windows color (decimal): -10354583 or 6881378. OLE color: 6881378.

HSL color Cylindrical-coordinate representation of color #620069: hue angle of 296º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #620069 is Cyan = 0.07, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB980105-
CMYK0.07100.59
HSL296º100%20.59%-
HSV(B)296º100%41.18%-
XYZ7.593.6213.66-
YUV41.27163.97168.46-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 48.28%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 105 (41.41% from 255) = 51.72%
R=48.28%
G=0%
B=51.72%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal9801050.07100.5929610020.59
Hex6206976403B1286415
Octal1420151714407345014425
Binary11000100110100111111001000111011100101000110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620069; }

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

 H1.HeaderClassName
 {
   color: #620069;
 }
 .AnyTagClassName
 {
   color: #620069;
 }
</style>
background-color css

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

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

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

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

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

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