Html Css Color HEX #6D0075 Purple

📋 copy color: '#6D0075'

red 109 ◦ green 0 ◦ blue 117

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

Shades of Purple #6D0075

Tints of Purple #6D0075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 51.77%

R = 48.23%
G = 0%
B = 51.77%

CMYK

 C value IS 0.07

 M value IS 1

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#6D0075 (or 0x6D0075) is known color: Purple. HEX triplet: 6D, 00 and 75. RGB value is (109,0,117). Sum of RGB (Red+Green+Blue) = 109+0+117=226 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.23% from 226); Green value is 0 (0.39% from 255 or 0% from 226); Blue value is 117 (46.09% from 255 or 51.77% from 226); Max value from RGB is 117 - color contains mainly: blue. Hex color #6D0075 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0075 is #92FF8A. Grayscale: #2D2D2D. Windows color (decimal): -9633675 or 7667821. OLE color: 7667821.

HSL color Cylindrical-coordinate representation of color #6D0075: hue angle of 295.9º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6D0075 is Cyan = 0.07, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 109 0 117 -
CMYK 0.07 1 0 0.54
HSL 295.9º 1% 0.23% -
HSV(B) 295.9º 1% 0.46% -
XYZ 9.52 4.54 17.2 -
YUV 45.93 168.11 172.99 -
System Red Green Blue C M Y K H S L
Decimal 109 0 117 0.07 1 0 0.54 295.9 1 0.23
Hex 6D 0 75 7 64 0 36 128 64 17
Octal 155 0 165 7 144 0 66 450 144 27
Binary 1101101 0 1110101 111 1100100 0 110110 100101000 1100100 10111

Color Harmonies of #6D0075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0075

Black with #6D0075

Text Example


Text Example

White with #6D0075

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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