Html Css Color HEX #6D0874 Purple

📋 copy color: '#6D0874'

red 109 ◦ green 8 ◦ blue 116

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

Shades of Purple #6D0874

Tints of Purple #6D0874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 49.79%

R = 46.78%
G = 3.43%
B = 49.79%

CMYK

 C value IS 0.06

 M value IS 0.93

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6D0874 (or 0x6D0874) is known color: Purple. HEX triplet: 6D, 08 and 74. RGB value is (109,8,116). Sum of RGB (Red+Green+Blue) = 109+8+116=233 (30% of max value = 765). Red value is 109 (42.97% from 255 or 46.78% from 233); Green value is 8 (3.52% from 255 or 3.43% from 233); Blue value is 116 (45.70% from 255 or 49.79% from 233); Max value from RGB is 116 - color contains mainly: blue. Hex color #6D0874 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0874 is #92F78B. Grayscale: #323232. Windows color (decimal): -9631628 or 7604333. OLE color: 7604333.

HSL color Cylindrical-coordinate representation of color #6D0874: hue angle of 296.11º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6D0874 is Cyan = 0.06, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 109 8 116 -
CMYK 0.06 0.93 0 0.55
HSL 296.11º 0.87% 0.24% -
HSV(B) 296.11º 0.93% 0.45% -
XYZ 9.55 4.69 16.92 -
YUV 50.51 164.96 169.72 -
System Red Green Blue C M Y K H S L
Decimal 109 8 116 0.06 0.93 0 0.55 296.11 0.87 0.24
Hex 6D 8 74 6 5D 0 37 128 57 18
Octal 155 10 164 6 135 0 67 450 127 30
Binary 1101101 1000 1110100 110 1011101 0 110111 100101000 1010111 11000

Color Harmonies of #6D0874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0874

Black with #6D0874

Text Example


Text Example

White with #6D0874

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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