Html Css Color HEX #6D088B Purple

📋 copy color: '#6D088B'

red 109 ◦ green 8 ◦ blue 139

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

Shades of Purple #6D088B

Tints of Purple #6D088B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.13%

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

R = 42.58%
G = 3.13%
B = 54.3%

CMYK

 C value IS 0.22

 M value IS 0.94

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6D088B (or 0x6D088B) is known color: Purple. HEX triplet: 6D, 08 and 8B. RGB value is (109,8,139). Sum of RGB (Red+Green+Blue) = 109+8+139=256 (33% of max value = 765). Red value is 109 (42.97% from 255 or 42.58% from 256); Green value is 8 (3.52% from 255 or 3.12% from 256); Blue value is 139 (54.69% from 255 or 54.30% from 256); Max value from RGB is 139 - color contains mainly: blue. Hex color #6D088B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D088B is #92F774. Grayscale: #343434. Windows color (decimal): -9631605 or 9111661. OLE color: 9111661.

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

Color convert

RGB 109 8 139 -
CMYK 0.22 0.94 0 0.45
HSL 286.26º 0.89% 0.29% -
HSV(B) 286.26º 0.94% 0.55% -
XYZ 11.05 5.29 24.86 -
YUV 53.13 176.46 167.85 -
System Red Green Blue C M Y K H S L
Decimal 109 8 139 0.22 0.94 0 0.45 286.26 0.89 0.29
Hex 6D 8 8B 16 5E 0 2D 11E 59 1D
Octal 155 10 213 26 136 0 55 436 131 35
Binary 1101101 1000 10001011 10110 1011110 0 101101 100011110 1011001 11101

Color Harmonies of #6D088B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D088B

Black with #6D088B

Text Example


Text Example

White with #6D088B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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