Html Css Color HEX #6D0094 Purple

📋 copy color: '#6D0094'

red 109 ◦ green 0 ◦ blue 148

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

Shades of Purple #6D0094

Tints of Purple #6D0094

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 42.41%
G = 0%
B = 57.59%

CMYK

 C value IS 0.26

 M value IS 1

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#6D0094 (or 0x6D0094) is known color: Purple. HEX triplet: 6D, 00 and 94. RGB value is (109,0,148). Sum of RGB (Red+Green+Blue) = 109+0+148=257 (34% of max value = 765). Red value is 109 (42.97% from 255 or 42.41% from 257); Green value is 0 (0.39% from 255 or 0% from 257); Blue value is 148 (58.20% from 255 or 57.59% from 257); Max value from RGB is 148 - color contains mainly: blue. Hex color #6D0094 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D0094 is #92FF6B. Grayscale: #303030. Windows color (decimal): -9633644 or 9699437. OLE color: 9699437.

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

Color convert

RGB 109 0 148 -
CMYK 0.26 1 0 0.42
HSL 284.19º 1% 0.29% -
HSV(B) 284.19º 1% 0.58% -
XYZ 11.65 5.39 28.44 -
YUV 49.46 183.61 170.47 -
System Red Green Blue C M Y K H S L
Decimal 109 0 148 0.26 1 0 0.42 284.19 1 0.29
Hex 6D 0 94 1A 64 0 2A 11C 64 1D
Octal 155 0 224 32 144 0 52 434 144 35
Binary 1101101 0 10010100 11010 1100100 0 101010 100011100 1100100 11101

Color Harmonies of #6D0094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0094

Black with #6D0094

Text Example


Text Example

White with #6D0094

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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