Html Css Color HEX #6D008B Purple

📋 copy color: '#6D008B'

red 109 ◦ green 0 ◦ blue 139

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

Shades of Purple #6D008B

Tints of Purple #6D008B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 56.05%

R = 43.95%
G = 0%
B = 56.05%

CMYK

 C value IS 0.22

 M value IS 1

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6D008B (or 0x6D008B) is known color: Purple. HEX triplet: 6D, 00 and 8B. RGB value is (109,0,139). Sum of RGB (Red+Green+Blue) = 109+0+139=248 (32% of max value = 765). Red value is 109 (42.97% from 255 or 43.95% from 248); Green value is 0 (0.39% from 255 or 0% from 248); Blue value is 139 (54.69% from 255 or 56.05% from 248); Max value from RGB is 139 - color contains mainly: blue. Hex color #6D008B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D008B is #92FF74. Grayscale: #2F2F2F. Windows color (decimal): -9633653 or 9109613. OLE color: 9109613.

HSL color Cylindrical-coordinate representation of color #6D008B: hue angle of 287.05º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6D008B is Cyan = 0.22, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 109 0 139 -
CMYK 0.22 1 0 0.45
HSL 287.05º 1% 0.27% -
HSV(B) 287.05º 1% 0.55% -
XYZ 10.97 5.12 24.84 -
YUV 48.44 179.11 171.2 -
System Red Green Blue C M Y K H S L
Decimal 109 0 139 0.22 1 0 0.45 287.05 1 0.27
Hex 6D 0 8B 16 64 0 2D 11F 64 1B
Octal 155 0 213 26 144 0 55 437 144 33
Binary 1101101 0 10001011 10110 1100100 0 101101 100011111 1100100 11011

Color Harmonies of #6D008B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D008B

Black with #6D008B

Text Example


Text Example

White with #6D008B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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