Html Css Color HEX #620C72 Purple

📋 copy color: '#620C72'

red 98 ◦ green 12 ◦ blue 114

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

Shades of Purple #620C72

Tints of Purple #620C72

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.36%

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

R = 43.75%
G = 5.36%
B = 50.89%

CMYK

 C value IS 0.14

 M value IS 0.89

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#620C72 (or 0x620C72) is known color: Purple. HEX triplet: 62, 0C and 72. RGB value is (98,12,114). Sum of RGB (Red+Green+Blue) = 98+12+114=224 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.75% from 224); Green value is 12 (5.08% from 255 or 5.36% from 224); Blue value is 114 (44.92% from 255 or 50.89% from 224); Max value from RGB is 114 - color contains mainly: blue. Hex color #620C72 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620C72 is #9DF38D. Grayscale: #313131. Windows color (decimal): -10351502 or 7474274. OLE color: 7474274.

HSL color Cylindrical-coordinate representation of color #620C72: hue angle of 290.59º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #620C72 is Cyan = 0.14, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 98 12 114 -
CMYK 0.14 0.89 0 0.55
HSL 290.59º 0.81% 0.25% -
HSV(B) 290.59º 0.89% 0.45% -
XYZ 8.21 4.07 16.27 -
YUV 49.34 164.49 162.71 -
System Red Green Blue C M Y K H S L
Decimal 98 12 114 0.14 0.89 0 0.55 290.59 0.81 0.25
Hex 62 C 72 E 59 0 37 123 51 19
Octal 142 14 162 16 131 0 67 443 121 31
Binary 1100010 1100 1110010 1110 1011001 0 110111 100100011 1010001 11001

Color Harmonies of #620C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620C72

Black with #620C72

Text Example


Text Example

White with #620C72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620C72; }

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

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

background-color css

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

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

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

border-color css

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

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

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