Html Css Color HEX #6B0993 Purple

📋 copy color: '#6B0993'

red 107 ◦ green 9 ◦ blue 147

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

Shades of Purple #6B0993

Tints of Purple #6B0993

RGB

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

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

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

R = 40.68%
G = 3.42%
B = 55.89%

CMYK

 C value IS 0.27

 M value IS 0.94

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#6B0993 (or 0x6B0993) is known color: Purple. HEX triplet: 6B, 09 and 93. RGB value is (107,9,147). Sum of RGB (Red+Green+Blue) = 107+9+147=263 (34% of max value = 765). Red value is 107 (42.19% from 255 or 40.68% from 263); Green value is 9 (3.91% from 255 or 3.42% from 263); Blue value is 147 (57.81% from 255 or 55.89% from 263); Max value from RGB is 147 - color contains mainly: blue. Hex color #6B0993 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B0993 is #94F66C. Grayscale: #353535. Windows color (decimal): -9762413 or 9636203. OLE color: 9636203.

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

Color convert

RGB 107 9 147 -
CMYK 0.27 0.94 0 0.42
HSL 282.61º 0.88% 0.31% -
HSV(B) 282.61º 0.94% 0.58% -
XYZ 11.43 5.43 28.05 -
YUV 54.03 180.47 165.78 -
System Red Green Blue C M Y K H S L
Decimal 107 9 147 0.27 0.94 0 0.42 282.61 0.88 0.31
Hex 6B 9 93 1B 5E 0 2A 11B 58 1F
Octal 153 11 223 33 136 0 52 433 130 37
Binary 1101011 1001 10010011 11011 1011110 0 101010 100011011 1011000 11111

Color Harmonies of #6B0993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0993

Black with #6B0993

Text Example


Text Example

White with #6B0993

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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