Html Css Color HEX #6D018B Purple

📋 copy color: '#6D018B'

red 109 ◦ green 1 ◦ blue 139

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

Shades of Purple #6D018B

Tints of Purple #6D018B

RGB

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

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

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

R = 43.78%
G = 0.4%
B = 55.82%

CMYK

 C value IS 0.22

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6D018B (or 0x6D018B) is known color: Purple. HEX triplet: 6D, 01 and 8B. RGB value is (109,1,139). Sum of RGB (Red+Green+Blue) = 109+1+139=249 (32% of max value = 765). Red value is 109 (42.97% from 255 or 43.78% from 249); Green value is 1 (0.78% from 255 or 0.40% from 249); Blue value is 139 (54.69% from 255 or 55.82% from 249); Max value from RGB is 139 - color contains mainly: blue. Hex color #6D018B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D018B is #92FE74. Grayscale: #303030. Windows color (decimal): -9633397 or 9109869. OLE color: 9109869.

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

Color convert

RGB 109 1 139 -
CMYK 0.22 0.99 0 0.45
HSL 286.96º 0.99% 0.27% -
HSV(B) 286.96º 0.99% 0.55% -
XYZ 10.98 5.14 24.84 -
YUV 49.02 178.78 170.78 -
System Red Green Blue C M Y K H S L
Decimal 109 1 139 0.22 0.99 0 0.45 286.96 0.99 0.27
Hex 6D 1 8B 16 63 0 2D 11F 63 1B
Octal 155 1 213 26 143 0 55 437 143 33
Binary 1101101 1 10001011 10110 1100011 0 101101 100011111 1100011 11011

Color Harmonies of #6D018B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D018B

Black with #6D018B

Text Example


Text Example

White with #6D018B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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