Html Css Color HEX #620270 Purple

📋 copy color: '#620270'

red 98 ◦ green 2 ◦ blue 112

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

Shades of Purple #620270

Tints of Purple #620270

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.94%

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

R = 46.23%
G = 0.94%
B = 52.83%

CMYK

 C value IS 0.13

 M value IS 0.98

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#620270 (or 0x620270) is known color: Purple. HEX triplet: 62, 02 and 70. RGB value is (98,2,112). Sum of RGB (Red+Green+Blue) = 98+2+112=212 (28% of max value = 765). Red value is 98 (38.67% from 255 or 46.23% from 212); Green value is 2 (1.17% from 255 or 0.94% from 212); Blue value is 112 (44.14% from 255 or 52.83% from 212); Max value from RGB is 112 - color contains mainly: blue. Hex color #620270 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620270 is #9DFD8F. Grayscale: #2A2A2A. Windows color (decimal): -10354064 or 7340642. OLE color: 7340642.

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

Color convert

RGB 98 2 112 -
CMYK 0.13 0.98 0 0.56
HSL 292.36º 0.96% 0.22% -
HSV(B) 292.36º 0.98% 0.44% -
XYZ 7.98 3.81 15.64 -
YUV 43.24 166.8 167.06 -
System Red Green Blue C M Y K H S L
Decimal 98 2 112 0.13 0.98 0 0.56 292.36 0.96 0.22
Hex 62 2 70 D 62 0 38 124 60 16
Octal 142 2 160 15 142 0 70 444 140 26
Binary 1100010 10 1110000 1101 1100010 0 111000 100100100 1100000 10110

Color Harmonies of #620270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620270

Black with #620270

Text Example


Text Example

White with #620270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620270; }

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

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

background-color css

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

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

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

border-color css

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

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

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