Html Css Color HEX #6D006B Purple

📋 copy color: '#6D006B'

red 109 ◦ green 0 ◦ blue 107

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

Shades of Purple #6D006B

Tints of Purple #6D006B

RGB

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

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

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

R = 50.46%
G = 0%
B = 49.54%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.02

 K value IS 0.57

RGB Variations

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

Color information

#6D006B (or 0x6D006B) is known color: Purple. HEX triplet: 6D, 00 and 6B. RGB value is (109,0,107). Sum of RGB (Red+Green+Blue) = 109+0+107=216 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50.46% from 216); Green value is 0 (0.39% from 255 or 0% from 216); Blue value is 107 (42.19% from 255 or 49.54% from 216); Max value from RGB is 109 - color contains mainly: red. Hex color #6D006B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D006B is #92FF94. Grayscale: #2C2C2C. Windows color (decimal): -9633685 or 7012461. OLE color: 7012461.

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

Color convert

RGB 109 0 107 -
CMYK 0 1 0.02 0.57
HSL 301.1º 1% 0.21% -
HSV(B) 301.1º 1% 0.43% -
XYZ 8.96 4.31 14.27 -
YUV 44.79 163.11 173.8 -
System Red Green Blue C M Y K H S L
Decimal 109 0 107 0 1 0.02 0.57 301.1 1 0.21
Hex 6D 0 6B 0 64 2 39 12D 64 15
Octal 155 0 153 0 144 2 71 455 144 25
Binary 1101101 0 1101011 0 1100100 10 111001 100101101 1100100 10101

Color Harmonies of #6D006B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D006B

Black with #6D006B

Text Example


Text Example

White with #6D006B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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