Html Css Color HEX #6B0A6A Purple

📋 copy color: '#6B0A6A'

red 107 ◦ green 10 ◦ blue 106

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

Shades of Purple #6B0A6A

Tints of Purple #6B0A6A

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.48%

 BLUE value IS 106 (41.8% from 255) = 47.53%

R = 47.98%
G = 4.48%
B = 47.53%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.01

 K value IS 0.58

RGB Variations

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

Color information

#6B0A6A (or 0x6B0A6A) is known color: Purple. HEX triplet: 6B, 0A and 6A. RGB value is (107,10,106). Sum of RGB (Red+Green+Blue) = 107+10+106=223 (29% of max value = 765). Red value is 107 (42.19% from 255 or 47.98% from 223); Green value is 10 (4.30% from 255 or 4.48% from 223); Blue value is 106 (41.80% from 255 or 47.53% from 223); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0A6A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0A6A is #94F595. Grayscale: #313131. Windows color (decimal): -9762198 or 6949483. OLE color: 6949483.

HSL color Cylindrical-coordinate representation of color #6B0A6A: hue angle of 300.62º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6B0A6A is Cyan = 0, Magento = 0.91, Yellow = 0.01 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 10 106 -
CMYK 0 0.91 0.01 0.58
HSL 300.62º 0.83% 0.23% -
HSV(B) 300.62º 0.91% 0.42% -
XYZ 8.77 4.38 14.02 -
YUV 49.95 159.64 168.69 -
System Red Green Blue C M Y K H S L
Decimal 107 10 106 0 0.91 0.01 0.58 300.62 0.83 0.23
Hex 6B A 6A 0 5B 1 3A 12D 53 17
Octal 153 12 152 0 133 1 72 455 123 27
Binary 1101011 1010 1101010 0 1011011 1 111010 100101101 1010011 10111

Color Harmonies of #6B0A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0A6A

Black with #6B0A6A

Text Example


Text Example

White with #6B0A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,10,106); }

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

background-color css

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

 a { background-color: rgb(107,10,106); }

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

border-color css

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

 span { border-color: rgb(107,10,106); }

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