#620265

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

Shades of Purple #620265

Tints of Purple #620265

Color information

#620265 (or 0x620265) is unknown color: approx Purple. HEX triplet: 62, 02 and 65. RGB value is (98,2,101). Sum of RGB (Red+Green+Blue) = 98+2+101=201 (26% of max value = 765). Red value is 98 (38.67% from 255 or 48.76% from 201); Green value is 2 (1.17% from 255 or 1.00% from 201); Blue value is 101 (39.84% from 255 or 50.25% from 201); Max value from RGB is 101 - color contains mainly: blue. Hex color #620265 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620265 is #9DFD9A. Grayscale: #292929. Windows color (decimal): -10354075 or 6619746. OLE color: 6619746.

HSL color Cylindrical-coordinate representation of color #620265: hue angle of 298.18º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #620265 is Cyan = 0.03, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB982101-
CMYK0.030.9800.60
HSL298.18º96.12%20.2%-
HSV(B)298.18º98.02%39.61%-
XYZ7.413.5812.61-
YUV41.99161.3167.95-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 48.76%
GREEN value IS 2 (1.17% from 255) = 1.00%
BLUE value IS 101 (39.84% from 255) = 50.25%
R=48.76%
G=1.00%
B=50.25%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal9821010.030.9800.60298.1896.1220.2
Hex6226536203C12a6014
Octal1422145314207445214024
Binary11000101011001011111000100111100100101010110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620265; }

 p { color: rgb(98,2,101); }

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

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

 a { background-color: rgb(98,2,101); }

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

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

 span { border-color: rgb(98,2,101); }

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