Html Css Color HEX #620B6F Purple

📋 copy color: '#620B6F'

red 98 ◦ green 11 ◦ blue 111

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

Shades of Purple #620B6F

Tints of Purple #620B6F

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5%

 BLUE value IS 111 (43.75% from 255) = 50.45%

R = 44.55%
G = 5%
B = 50.45%

CMYK

 C value IS 0.12

 M value IS 0.90

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#620B6F (or 0x620B6F) is known color: Purple. HEX triplet: 62, 0B and 6F. RGB value is (98,11,111). Sum of RGB (Red+Green+Blue) = 98+11+111=220 (29% of max value = 765). Red value is 98 (38.67% from 255 or 44.55% from 220); Green value is 11 (4.69% from 255 or 5% from 220); Blue value is 111 (43.75% from 255 or 50.45% from 220); Max value from RGB is 111 - color contains mainly: blue. Hex color #620B6F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620B6F is #9DF490. Grayscale: #303030. Windows color (decimal): -10351761 or 7277410. OLE color: 7277410.

HSL color Cylindrical-coordinate representation of color #620B6F: hue angle of 292.2º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #620B6F is Cyan = 0.12, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 98 11 111 -
CMYK 0.12 0.90 0 0.56
HSL 292.2º 0.82% 0.24% -
HSV(B) 292.2º 0.9% 0.44% -
XYZ 8.03 3.98 15.38 -
YUV 48.41 163.32 163.37 -
System Red Green Blue C M Y K H S L
Decimal 98 11 111 0.12 0.90 0 0.56 292.2 0.82 0.24
Hex 62 B 6F C 5A 0 38 124 52 18
Octal 142 13 157 14 132 0 70 444 122 30
Binary 1100010 1011 1101111 1100 1011010 0 111000 100100100 1010010 11000

Color Harmonies of #620B6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620B6F

Black with #620B6F

Text Example


Text Example

White with #620B6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,11,111); }

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

background-color css

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

 a { background-color: rgb(98,11,111); }

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

border-color css

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

 span { border-color: rgb(98,11,111); }

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