Html Css Color HEX #620167 Purple

📋 copy color: '#620167'

red 98 ◦ green 1 ◦ blue 103

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

Shades of Purple #620167

Tints of Purple #620167

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.5%

 BLUE value IS 103 (40.63% from 255) = 50.99%

R = 48.51%
G = 0.5%
B = 50.99%

CMYK

 C value IS 0.05

 M value IS 0.99

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#620167 (or 0x620167) is known color: Purple. HEX triplet: 62, 01 and 67. RGB value is (98,1,103). Sum of RGB (Red+Green+Blue) = 98+1+103=202 (26% of max value = 765). Red value is 98 (38.67% from 255 or 48.51% from 202); Green value is 1 (0.78% from 255 or 0.50% from 202); Blue value is 103 (40.62% from 255 or 50.99% from 202); Max value from RGB is 103 - color contains mainly: blue. Hex color #620167 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620167 is #9DFE98. Grayscale: #292929. Windows color (decimal): -10354329 or 6750562. OLE color: 6750562.

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

Color convert

RGB 98 1 103 -
CMYK 0.05 0.99 0 0.60
HSL 297.06º 0.98% 0.2% -
HSV(B) 297.06º 0.99% 0.4% -
XYZ 7.5 3.6 13.13 -
YUV 41.63 162.64 168.21 -
System Red Green Blue C M Y K H S L
Decimal 98 1 103 0.05 0.99 0 0.60 297.06 0.98 0.2
Hex 62 1 67 5 63 0 3C 129 62 14
Octal 142 1 147 5 143 0 74 451 142 24
Binary 1100010 1 1100111 101 1100011 0 111100 100101001 1100010 10100

Color Harmonies of #620167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620167

Black with #620167

Text Example


Text Example

White with #620167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620167; }

 p { color: rgb(98,1,103); }

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

background-color css

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

 a { background-color: rgb(98,1,103); }

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

border-color css

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

 span { border-color: rgb(98,1,103); }

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