Html Css Color HEX #620067 Purple

📋 copy color: '#620067'

red 98 ◦ green 0 ◦ blue 103

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

Shades of Purple #620067

Tints of Purple #620067

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 48.76%
G = 0%
B = 51.24%

CMYK

 C value IS 0.05

 M value IS 1

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#620067 (or 0x620067) is known color: Purple. HEX triplet: 62, 00 and 67. RGB value is (98,0,103). Sum of RGB (Red+Green+Blue) = 98+0+103=201 (26% of max value = 765). Red value is 98 (38.67% from 255 or 48.76% from 201); Green value is 0 (0.39% from 255 or 0% from 201); Blue value is 103 (40.62% from 255 or 51.24% from 201); Max value from RGB is 103 - color contains mainly: blue. Hex color #620067 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620067 is #9DFF98. Grayscale: #282828. Windows color (decimal): -10354585 or 6750306. OLE color: 6750306.

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

Color convert

RGB 98 0 103 -
CMYK 0.05 1 0 0.60
HSL 297.09º 1% 0.2% -
HSV(B) 297.09º 1% 0.4% -
XYZ 7.49 3.58 13.13 -
YUV 41.04 162.97 168.62 -
System Red Green Blue C M Y K H S L
Decimal 98 0 103 0.05 1 0 0.60 297.09 1 0.2
Hex 62 0 67 5 64 0 3C 129 64 14
Octal 142 0 147 5 144 0 74 451 144 24
Binary 1100010 0 1100111 101 1100100 0 111100 100101001 1100100 10100

Color Harmonies of #620067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620067

Black with #620067

Text Example


Text Example

White with #620067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620067; }

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

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

background-color css

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

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

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

border-color css

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

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

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