Html Css Color HEX #620570 Purple

📋 copy color: '#620570'

red 98 ◦ green 5 ◦ blue 112

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

Shades of Purple #620570

Tints of Purple #620570

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.33%

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

R = 45.58%
G = 2.33%
B = 52.09%

CMYK

 C value IS 0.13

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#620570 (or 0x620570) is known color: Purple. HEX triplet: 62, 05 and 70. RGB value is (98,5,112). Sum of RGB (Red+Green+Blue) = 98+5+112=215 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.58% from 215); Green value is 5 (2.34% from 255 or 2.33% from 215); Blue value is 112 (44.14% from 255 or 52.09% from 215); Max value from RGB is 112 - color contains mainly: blue. Hex color #620570 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620570 is #9DFA8F. Grayscale: #2C2C2C. Windows color (decimal): -10353296 or 7341410. OLE color: 7341410.

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

Color convert

RGB 98 5 112 -
CMYK 0.13 0.96 0 0.56
HSL 292.15º 0.91% 0.23% -
HSV(B) 292.15º 0.96% 0.44% -
XYZ 8.02 3.88 15.65 -
YUV 45.01 165.81 165.8 -
System Red Green Blue C M Y K H S L
Decimal 98 5 112 0.13 0.96 0 0.56 292.15 0.91 0.23
Hex 62 5 70 D 60 0 38 124 5B 17
Octal 142 5 160 15 140 0 70 444 133 27
Binary 1100010 101 1110000 1101 1100000 0 111000 100100100 1011011 10111

Color Harmonies of #620570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620570

Black with #620570

Text Example


Text Example

White with #620570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620570; }

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

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

background-color css

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

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

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

border-color css

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

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

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