Html Css Color HEX #6B0A93 Purple

📋 copy color: '#6B0A93'

red 107 ◦ green 10 ◦ blue 147

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

Shades of Purple #6B0A93

Tints of Purple #6B0A93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 55.68%

R = 40.53%
G = 3.79%
B = 55.68%

CMYK

 C value IS 0.27

 M value IS 0.93

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#6B0A93 (or 0x6B0A93) is known color: Purple. HEX triplet: 6B, 0A and 93. RGB value is (107,10,147). Sum of RGB (Red+Green+Blue) = 107+10+147=264 (34% of max value = 765). Red value is 107 (42.19% from 255 or 40.53% from 264); Green value is 10 (4.30% from 255 or 3.79% from 264); Blue value is 147 (57.81% from 255 or 55.68% from 264); Max value from RGB is 147 - color contains mainly: blue. Hex color #6B0A93 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B0A93 is #94F56C. Grayscale: #363636. Windows color (decimal): -9762157 or 9636459. OLE color: 9636459.

HSL color Cylindrical-coordinate representation of color #6B0A93: hue angle of 282.48º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6B0A93 is Cyan = 0.27, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 107 10 147 -
CMYK 0.27 0.93 0 0.42
HSL 282.48º 0.87% 0.31% -
HSV(B) 282.48º 0.93% 0.58% -
XYZ 11.44 5.45 28.05 -
YUV 54.62 180.14 165.36 -
System Red Green Blue C M Y K H S L
Decimal 107 10 147 0.27 0.93 0 0.42 282.48 0.87 0.31
Hex 6B A 93 1B 5D 0 2A 11A 57 1F
Octal 153 12 223 33 135 0 52 432 127 37
Binary 1101011 1010 10010011 11011 1011101 0 101010 100011010 1010111 11111

Color Harmonies of #6B0A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0A93

Black with #6B0A93

Text Example


Text Example

White with #6B0A93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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