Html Css Color HEX #6D009B Purple

📋 copy color: '#6D009B'

red 109 ◦ green 0 ◦ blue 155

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

Shades of Purple #6D009B

Tints of Purple #6D009B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 58.71%

R = 41.29%
G = 0%
B = 58.71%

CMYK

 C value IS 0.30

 M value IS 1

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6D009B (or 0x6D009B) is known color: Purple. HEX triplet: 6D, 00 and 9B. RGB value is (109,0,155). Sum of RGB (Red+Green+Blue) = 109+0+155=264 (34% of max value = 765). Red value is 109 (42.97% from 255 or 41.29% from 264); Green value is 0 (0.39% from 255 or 0% from 264); Blue value is 155 (60.94% from 255 or 58.71% from 264); Max value from RGB is 155 - color contains mainly: blue. Hex color #6D009B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D009B is #92FF64. Grayscale: #313131. Windows color (decimal): -9633637 or 10158189. OLE color: 10158189.

HSL color Cylindrical-coordinate representation of color #6D009B: hue angle of 282.19º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6D009B is Cyan = 0.30, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 109 0 155 -
CMYK 0.30 1 0 0.39
HSL 282.19º 1% 0.3% -
HSV(B) 282.19º 1% 0.61% -
XYZ 12.22 5.62 31.45 -
YUV 50.26 187.11 169.9 -
System Red Green Blue C M Y K H S L
Decimal 109 0 155 0.30 1 0 0.39 282.19 1 0.3
Hex 6D 0 9B 1E 64 0 27 11A 64 1E
Octal 155 0 233 36 144 0 47 432 144 36
Binary 1101101 0 10011011 11110 1100100 0 100111 100011010 1100100 11110

Color Harmonies of #6D009B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D009B

Black with #6D009B

Text Example


Text Example

White with #6D009B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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