Html Css Color HEX #6D0F7C Purple

📋 copy color: '#6D0F7C'

red 109 ◦ green 15 ◦ blue 124

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

Shades of Purple #6D0F7C

Tints of Purple #6D0F7C

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.05%

 BLUE value IS 124 (48.83% from 255) = 50%

R = 43.95%
G = 6.05%
B = 50%

CMYK

 C value IS 0.12

 M value IS 0.88

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#6D0F7C (or 0x6D0F7C) is known color: Purple. HEX triplet: 6D, 0F and 7C. RGB value is (109,15,124). Sum of RGB (Red+Green+Blue) = 109+15+124=248 (32% of max value = 765). Red value is 109 (42.97% from 255 or 43.95% from 248); Green value is 15 (6.25% from 255 or 6.05% from 248); Blue value is 124 (48.83% from 255 or 50% from 248); Max value from RGB is 124 - color contains mainly: blue. Hex color #6D0F7C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0F7C is #92F083. Grayscale: #373737. Windows color (decimal): -9629828 or 8130413. OLE color: 8130413.

HSL color Cylindrical-coordinate representation of color #6D0F7C: hue angle of 291.74º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6D0F7C is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 109 15 124 -
CMYK 0.12 0.88 0 0.51
HSL 291.74º 0.78% 0.27% -
HSV(B) 291.74º 0.88% 0.49% -
XYZ 10.12 5.05 19.51 -
YUV 55.53 166.64 166.14 -
System Red Green Blue C M Y K H S L
Decimal 109 15 124 0.12 0.88 0 0.51 291.74 0.78 0.27
Hex 6D F 7C C 58 0 33 124 4E 1B
Octal 155 17 174 14 130 0 63 444 116 33
Binary 1101101 1111 1111100 1100 1011000 0 110011 100100100 1001110 11011

Color Harmonies of #6D0F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0F7C

Black with #6D0F7C

Text Example


Text Example

White with #6D0F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,15,124); }

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

background-color css

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

 a { background-color: rgb(109,15,124); }

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

border-color css

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

 span { border-color: rgb(109,15,124); }

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