Html Css Color HEX #620065 Purple

📋 copy color: '#620065'

red 98 ◦ green 0 ◦ blue 101

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

Shades of Purple #620065

Tints of Purple #620065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 50.75%

R = 49.25%
G = 0%
B = 50.75%

CMYK

 C value IS 0.03

 M value IS 1

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#620065 (or 0x620065) is known color: Purple. HEX triplet: 62, 00 and 65. RGB value is (98,0,101). Sum of RGB (Red+Green+Blue) = 98+0+101=199 (26% of max value = 765). Red value is 98 (38.67% from 255 or 49.25% from 199); Green value is 0 (0.39% from 255 or 0% from 199); Blue value is 101 (39.84% from 255 or 50.75% from 199); Max value from RGB is 101 - color contains mainly: blue. Hex color #620065 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620065 is #9DFF9A. Grayscale: #282828. Windows color (decimal): -10354587 or 6619234. OLE color: 6619234.

HSL color Cylindrical-coordinate representation of color #620065: hue angle of 298.22º 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 #620065 is Cyan = 0.03, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 98 0 101 -
CMYK 0.03 1 0 0.60
HSL 298.22º 1% 0.2% -
HSV(B) 298.22º 1% 0.4% -
XYZ 7.39 3.54 12.61 -
YUV 40.82 161.97 168.79 -
System Red Green Blue C M Y K H S L
Decimal 98 0 101 0.03 1 0 0.60 298.22 1 0.2
Hex 62 0 65 3 64 0 3C 12A 64 14
Octal 142 0 145 3 144 0 74 452 144 24
Binary 1100010 0 1100101 11 1100100 0 111100 100101010 1100100 10100

Color Harmonies of #620065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620065

Black with #620065

Text Example


Text Example

White with #620065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620065; }

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

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

background-color css

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

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

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

border-color css

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

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

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