Html Css Color HEX #6B096D Purple

📋 copy color: '#6B096D'

red 107 ◦ green 9 ◦ blue 109

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

Shades of Purple #6B096D

Tints of Purple #6B096D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 48.44%

R = 47.56%
G = 4%
B = 48.44%

CMYK

 C value IS 0.02

 M value IS 0.92

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#6B096D (or 0x6B096D) is known color: Purple. HEX triplet: 6B, 09 and 6D. RGB value is (107,9,109). Sum of RGB (Red+Green+Blue) = 107+9+109=225 (29% of max value = 765). Red value is 107 (42.19% from 255 or 47.56% from 225); Green value is 9 (3.91% from 255 or 4% from 225); Blue value is 109 (42.97% from 255 or 48.44% from 225); Max value from RGB is 109 - color contains mainly: blue. Hex color #6B096D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B096D is #94F692. Grayscale: #313131. Windows color (decimal): -9762451 or 7145835. OLE color: 7145835.

HSL color Cylindrical-coordinate representation of color #6B096D: hue angle of 298.8º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6B096D is Cyan = 0.02, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 107 9 109 -
CMYK 0.02 0.92 0 0.57
HSL 298.8º 0.85% 0.23% -
HSV(B) 298.8º 0.92% 0.43% -
XYZ 8.92 4.43 14.85 -
YUV 49.7 161.47 168.87 -
System Red Green Blue C M Y K H S L
Decimal 107 9 109 0.02 0.92 0 0.57 298.8 0.85 0.23
Hex 6B 9 6D 2 5C 0 39 12B 55 17
Octal 153 11 155 2 134 0 71 453 125 27
Binary 1101011 1001 1101101 10 1011100 0 111001 100101011 1010101 10111

Color Harmonies of #6B096D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B096D

Black with #6B096D

Text Example


Text Example

White with #6B096D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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