Html Css Color HEX #6D046B Purple

📋 copy color: '#6D046B'

red 109 ◦ green 4 ◦ blue 107

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

Shades of Purple #6D046B

Tints of Purple #6D046B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.82%

 BLUE value IS 107 (42.19% from 255) = 48.64%

R = 49.55%
G = 1.82%
B = 48.64%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.02

 K value IS 0.57

RGB Variations

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

Color information

#6D046B (or 0x6D046B) is known color: Purple. HEX triplet: 6D, 04 and 6B. RGB value is (109,4,107). Sum of RGB (Red+Green+Blue) = 109+4+107=220 (29% of max value = 765). Red value is 109 (42.97% from 255 or 49.55% from 220); Green value is 4 (1.95% from 255 or 1.82% from 220); Blue value is 107 (42.19% from 255 or 48.64% from 220); Max value from RGB is 109 - color contains mainly: red. Hex color #6D046B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D046B is #92FB94. Grayscale: #2E2E2E. Windows color (decimal): -9632661 or 7013485. OLE color: 7013485.

HSL color Cylindrical-coordinate representation of color #6D046B: hue angle of 301.14º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6D046B is Cyan = 0, Magento = 0.96, Yellow = 0.02 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 4 107 -
CMYK 0 0.96 0.02 0.57
HSL 301.14º 0.93% 0.22% -
HSV(B) 301.14º 0.96% 0.43% -
XYZ 9 4.4 14.28 -
YUV 47.14 161.79 172.12 -
System Red Green Blue C M Y K H S L
Decimal 109 4 107 0 0.96 0.02 0.57 301.14 0.93 0.22
Hex 6D 4 6B 0 60 2 39 12D 5D 16
Octal 155 4 153 0 140 2 71 455 135 26
Binary 1101101 100 1101011 0 1100000 10 111001 100101101 1011101 10110

Color Harmonies of #6D046B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D046B

Black with #6D046B

Text Example


Text Example

White with #6D046B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,4,107); }

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

background-color css

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

 a { background-color: rgb(109,4,107); }

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

border-color css

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

 span { border-color: rgb(109,4,107); }

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