Html Css Color HEX #6B0D78 Purple

📋 copy color: '#6B0D78'

red 107 ◦ green 13 ◦ blue 120

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

Shades of Purple #6B0D78

Tints of Purple #6B0D78

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.42%

 BLUE value IS 120 (47.27% from 255) = 50%

R = 44.58%
G = 5.42%
B = 50%

CMYK

 C value IS 0.11

 M value IS 0.89

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#6B0D78 (or 0x6B0D78) is known color: Purple. HEX triplet: 6B, 0D and 78. RGB value is (107,13,120). Sum of RGB (Red+Green+Blue) = 107+13+120=240 (31% of max value = 765). Red value is 107 (42.19% from 255 or 44.58% from 240); Green value is 13 (5.47% from 255 or 5.42% from 240); Blue value is 120 (47.27% from 255 or 50% from 240); Max value from RGB is 120 - color contains mainly: blue. Hex color #6B0D78 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0D78 is #94F287. Grayscale: #343434. Windows color (decimal): -9761416 or 7867755. OLE color: 7867755.

HSL color Cylindrical-coordinate representation of color #6B0D78: hue angle of 292.71º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6B0D78 is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 107 13 120 -
CMYK 0.11 0.89 0 0.53
HSL 292.71º 0.8% 0.26% -
HSV(B) 292.71º 0.89% 0.47% -
XYZ 9.6 4.77 18.18 -
YUV 53.3 165.64 166.3 -
System Red Green Blue C M Y K H S L
Decimal 107 13 120 0.11 0.89 0 0.53 292.71 0.8 0.26
Hex 6B D 78 B 59 0 35 125 50 1A
Octal 153 15 170 13 131 0 65 445 120 32
Binary 1101011 1101 1111000 1011 1011001 0 110101 100100101 1010000 11010

Color Harmonies of #6B0D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0D78

Black with #6B0D78

Text Example


Text Example

White with #6B0D78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,13,120); }

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

background-color css

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

 a { background-color: rgb(107,13,120); }

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

border-color css

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

 span { border-color: rgb(107,13,120); }

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