Html Css Color HEX #620366 Purple

📋 copy color: '#620366'

red 98 ◦ green 3 ◦ blue 102

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

Shades of Purple #620366

Tints of Purple #620366

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.48%

 BLUE value IS 102 (40.23% from 255) = 50.25%

R = 48.28%
G = 1.48%
B = 50.25%

CMYK

 C value IS 0.04

 M value IS 0.97

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#620366 (or 0x620366) is known color: Purple. HEX triplet: 62, 03 and 66. RGB value is (98,3,102). Sum of RGB (Red+Green+Blue) = 98+3+102=203 (26% of max value = 765). Red value is 98 (38.67% from 255 or 48.28% from 203); Green value is 3 (1.56% from 255 or 1.48% from 203); Blue value is 102 (40.23% from 255 or 50.25% from 203); Max value from RGB is 102 - color contains mainly: blue. Hex color #620366 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620366 is #9DFC99. Grayscale: #2A2A2A. Windows color (decimal): -10353818 or 6685538. OLE color: 6685538.

HSL color Cylindrical-coordinate representation of color #620366: hue angle of 297.58º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #620366 is Cyan = 0.04, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 98 3 102 -
CMYK 0.04 0.97 0 0.6
HSL 297.58º 0.94% 0.21% -
HSV(B) 297.58º 0.97% 0.4% -
XYZ 7.47 3.62 12.88 -
YUV 42.69 161.47 167.45 -
System Red Green Blue C M Y K H S L
Decimal 98 3 102 0.04 0.97 0 0.6 297.58 0.94 0.21
Hex 62 3 66 4 61 0 3C 12A 5E 15
Octal 142 3 146 4 141 0 74 452 136 25
Binary 1100010 11 1100110 100 1100001 0 111100 100101010 1011110 10101

Color Harmonies of #620366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620366

Black with #620366

Text Example


Text Example

White with #620366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620366; }

 p { color: rgb(98,3,102); }

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

background-color css

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

 a { background-color: rgb(98,3,102); }

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

border-color css

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

 span { border-color: rgb(98,3,102); }

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