Html Css Color HEX #6D0894 Purple

📋 copy color: '#6D0894'

red 109 ◦ green 8 ◦ blue 148

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

Shades of Purple #6D0894

Tints of Purple #6D0894

RGB

 RED value IS 109 (42.97% from 255) = 41.13%

 GREEN value IS 8 (3.52% from 255) = 3.02%

 BLUE value IS 148 (58.2% from 255) = 55.85%

R = 41.13%
G = 3.02%
B = 55.85%

CMYK

 C value IS 0.26

 M value IS 0.95

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#6D0894 (or 0x6D0894) is known color: Purple. HEX triplet: 6D, 08 and 94. RGB value is (109,8,148). Sum of RGB (Red+Green+Blue) = 109+8+148=265 (35% of max value = 765). Red value is 109 (42.97% from 255 or 41.13% from 265); Green value is 8 (3.52% from 255 or 3.02% from 265); Blue value is 148 (58.20% from 255 or 55.85% from 265); Max value from RGB is 148 - color contains mainly: blue. Hex color #6D0894 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D0894 is #92F76B. Grayscale: #353535. Windows color (decimal): -9631596 or 9701485. OLE color: 9701485.

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

Color convert

RGB 109 8 148 -
CMYK 0.26 0.95 0 0.42
HSL 283.29º 0.9% 0.31% -
HSV(B) 283.29º 0.95% 0.58% -
XYZ 11.74 5.56 28.47 -
YUV 54.16 180.96 167.12 -
System Red Green Blue C M Y K H S L
Decimal 109 8 148 0.26 0.95 0 0.42 283.29 0.9 0.31
Hex 6D 8 94 1A 5F 0 2A 11B 5A 1F
Octal 155 10 224 32 137 0 52 433 132 37
Binary 1101101 1000 10010100 11010 1011111 0 101010 100011011 1011010 11111

Color Harmonies of #6D0894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0894

Black with #6D0894

Text Example


Text Example

White with #6D0894

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,8,148); }

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

background-color css

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

 a { background-color: rgb(109,8,148); }

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

border-color css

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

 span { border-color: rgb(109,8,148); }

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