Html Css Color HEX #6B0992 Purple

📋 copy color: '#6B0992'

red 107 ◦ green 9 ◦ blue 146

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

Shades of Purple #6B0992

Tints of Purple #6B0992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 55.73%

R = 40.84%
G = 3.44%
B = 55.73%

CMYK

 C value IS 0.27

 M value IS 0.94

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#6B0992 (or 0x6B0992) is known color: Purple. HEX triplet: 6B, 09 and 92. RGB value is (107,9,146). Sum of RGB (Red+Green+Blue) = 107+9+146=262 (34% of max value = 765). Red value is 107 (42.19% from 255 or 40.84% from 262); Green value is 9 (3.91% from 255 or 3.44% from 262); Blue value is 146 (57.42% from 255 or 55.73% from 262); Max value from RGB is 146 - color contains mainly: blue. Hex color #6B0992 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B0992 is #94F66D. Grayscale: #353535. Windows color (decimal): -9762414 or 9570667. OLE color: 9570667.

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

Color convert

RGB 107 9 146 -
CMYK 0.27 0.94 0 0.43
HSL 282.92º 0.88% 0.3% -
HSV(B) 282.92º 0.94% 0.57% -
XYZ 11.35 5.4 27.64 -
YUV 53.92 179.97 165.86 -
System Red Green Blue C M Y K H S L
Decimal 107 9 146 0.27 0.94 0 0.43 282.92 0.88 0.3
Hex 6B 9 92 1B 5E 0 2B 11B 58 1E
Octal 153 11 222 33 136 0 53 433 130 36
Binary 1101011 1001 10010010 11011 1011110 0 101011 100011011 1011000 11110

Color Harmonies of #6B0992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0992

Black with #6B0992

Text Example


Text Example

White with #6B0992

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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