Html Css Color HEX #6B096B Purple

📋 copy color: '#6B096B'

red 107 ◦ green 9 ◦ blue 107

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

Shades of Purple #6B096B

Tints of Purple #6B096B

RGB

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

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

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

R = 47.98%
G = 4.04%
B = 47.98%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#6B096B (or 0x6B096B) is known color: Purple. HEX triplet: 6B, 09 and 6B. RGB value is (107,9,107). Sum of RGB (Red+Green+Blue) = 107+9+107=223 (29% of max value = 765). Red value is 107 (42.19% from 255 or 47.98% from 223); Green value is 9 (3.91% from 255 or 4.04% from 223); Blue value is 107 (42.19% from 255 or 47.98% from 223); Max value from RGB is 107 - color contains mainly: red, blue. Hex color #6B096B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B096B is #94F694. Grayscale: #313131. Windows color (decimal): -9762453 or 7014763. OLE color: 7014763.

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

Color convert

RGB 107 9 107 -
CMYK 0 0.92 0 0.58
HSL 300º 0.84% 0.23% -
HSV(B) 300º 0.92% 0.42% -
XYZ 8.81 4.38 14.29 -
YUV 49.47 160.47 169.03 -
System Red Green Blue C M Y K H S L
Decimal 107 9 107 0 0.92 0 0.58 300 0.84 0.23
Hex 6B 9 6B 0 5C 0 3A 12C 54 17
Octal 153 11 153 0 134 0 72 454 124 27
Binary 1101011 1001 1101011 0 1011100 0 111010 100101100 1010100 10111

Color Harmonies of #6B096B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B096B

Black with #6B096B

Text Example


Text Example

White with #6B096B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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