Html Css Color HEX #6E018B Purple

📋 copy color: '#6E018B'

red 110 ◦ green 1 ◦ blue 139

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

Shades of Purple #6E018B

Tints of Purple #6E018B

RGB

 RED value IS 110 (43.36% from 255) = 44%

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

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

R = 44%
G = 0.4%
B = 55.6%

CMYK

 C value IS 0.21

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6E018B (or 0x6E018B) is known color: Purple. HEX triplet: 6E, 01 and 8B. RGB value is (110,1,139). Sum of RGB (Red+Green+Blue) = 110+1+139=250 (33% of max value = 765). Red value is 110 (43.36% from 255 or 44% from 250); Green value is 1 (0.78% from 255 or 0.4% from 250); Blue value is 139 (54.69% from 255 or 55.6% from 250); Max value from RGB is 139 - color contains mainly: blue. Hex color #6E018B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E018B is #91FE74. Grayscale: #303030. Windows color (decimal): -9567861 or 9109870. OLE color: 9109870.

HSL color Cylindrical-coordinate representation of color #6E018B: hue angle of 287.39º 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 #6E018B is Cyan = 0.21, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 110 1 139 -
CMYK 0.21 0.99 0 0.45
HSL 287.39º 0.99% 0.27% -
HSV(B) 287.39º 0.99% 0.55% -
XYZ 11.1 5.2 24.84 -
YUV 49.32 178.61 171.28 -
System Red Green Blue C M Y K H S L
Decimal 110 1 139 0.21 0.99 0 0.45 287.39 0.99 0.27
Hex 6E 1 8B 15 63 0 2D 11F 63 1B
Octal 156 1 213 25 143 0 55 437 143 33
Binary 1101110 1 10001011 10101 1100011 0 101101 100011111 1100011 11011

Color Harmonies of #6E018B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E018B

Black with #6E018B

Text Example


Text Example

White with #6E018B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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