Html Css Color HEX #6D019B Purple

📋 copy color: '#6D019B'

red 109 ◦ green 1 ◦ blue 155

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

Shades of Purple #6D019B

Tints of Purple #6D019B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.38%

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

R = 41.13%
G = 0.38%
B = 58.49%

CMYK

 C value IS 0.30

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6D019B (or 0x6D019B) is known color: Purple. HEX triplet: 6D, 01 and 9B. RGB value is (109,1,155). Sum of RGB (Red+Green+Blue) = 109+1+155=265 (35% of max value = 765). Red value is 109 (42.97% from 255 or 41.13% from 265); Green value is 1 (0.78% from 255 or 0.38% from 265); Blue value is 155 (60.94% from 255 or 58.49% from 265); Max value from RGB is 155 - color contains mainly: blue. Hex color #6D019B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D019B is #92FE64. Grayscale: #323232. Windows color (decimal): -9633381 or 10158445. OLE color: 10158445.

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

Color convert

RGB 109 1 155 -
CMYK 0.30 0.99 0 0.39
HSL 282.08º 0.99% 0.31% -
HSV(B) 282.08º 0.99% 0.61% -
XYZ 12.23 5.64 31.45 -
YUV 50.85 186.78 169.48 -
System Red Green Blue C M Y K H S L
Decimal 109 1 155 0.30 0.99 0 0.39 282.08 0.99 0.31
Hex 6D 1 9B 1E 63 0 27 11A 63 1F
Octal 155 1 233 36 143 0 47 432 143 37
Binary 1101101 1 10011011 11110 1100011 0 100111 100011010 1100011 11111

Color Harmonies of #6D019B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D019B

Black with #6D019B

Text Example


Text Example

White with #6D019B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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