Html Css Color HEX #6B0979 Purple

📋 copy color: '#6B0979'

red 107 ◦ green 9 ◦ blue 121

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

Shades of Purple #6B0979

Tints of Purple #6B0979

RGB

 RED value IS 107 (42.19% from 255) = 45.15%

 GREEN value IS 9 (3.91% from 255) = 3.8%

 BLUE value IS 121 (47.66% from 255) = 51.05%

R = 45.15%
G = 3.8%
B = 51.05%

CMYK

 C value IS 0.12

 M value IS 0.93

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#6B0979 (or 0x6B0979) is known color: Purple. HEX triplet: 6B, 09 and 79. RGB value is (107,9,121). Sum of RGB (Red+Green+Blue) = 107+9+121=237 (31% of max value = 765). Red value is 107 (42.19% from 255 or 45.15% from 237); Green value is 9 (3.91% from 255 or 3.80% from 237); Blue value is 121 (47.66% from 255 or 51.05% from 237); Max value from RGB is 121 - color contains mainly: blue. Hex color #6B0979 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0979 is #94F686. Grayscale: #323232. Windows color (decimal): -9762439 or 7932267. OLE color: 7932267.

HSL color Cylindrical-coordinate representation of color #6B0979: hue angle of 292.5º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6B0979 is Cyan = 0.12, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 107 9 121 -
CMYK 0.12 0.93 0 0.53
HSL 292.5º 0.86% 0.25% -
HSV(B) 292.5º 0.93% 0.47% -
XYZ 9.61 4.7 18.49 -
YUV 51.07 167.47 167.89 -
System Red Green Blue C M Y K H S L
Decimal 107 9 121 0.12 0.93 0 0.53 292.5 0.86 0.25
Hex 6B 9 79 C 5D 0 35 124 56 19
Octal 153 11 171 14 135 0 65 444 126 31
Binary 1101011 1001 1111001 1100 1011101 0 110101 100100100 1010110 11001

Color Harmonies of #6B0979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0979

Black with #6B0979

Text Example


Text Example

White with #6B0979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6B0979; }

 p { color: rgb(107,9,121); }

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

background-color css

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

 a { background-color: rgb(107,9,121); }

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

border-color css

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

 span { border-color: rgb(107,9,121); }

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