Html Css Color HEX #6B018C Purple

📋 copy color: '#6B018C'

red 107 ◦ green 1 ◦ blue 140

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

Shades of Purple #6B018C

Tints of Purple #6B018C

RGB

 RED value IS 107 (42.19% from 255) = 43.15%

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

 BLUE value IS 140 (55.08% from 255) = 56.45%

R = 43.15%
G = 0.4%
B = 56.45%

CMYK

 C value IS 0.24

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6B018C (or 0x6B018C) is known color: Purple. HEX triplet: 6B, 01 and 8C. RGB value is (107,1,140). Sum of RGB (Red+Green+Blue) = 107+1+140=248 (32% of max value = 765). Red value is 107 (42.19% from 255 or 43.15% from 248); Green value is 1 (0.78% from 255 or 0.40% from 248); Blue value is 140 (55.08% from 255 or 56.45% from 248); Max value from RGB is 140 - color contains mainly: blue. Hex color #6B018C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B018C is #94FE73. Grayscale: #303030. Windows color (decimal): -9764468 or 9175403. OLE color: 9175403.

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

Color convert

RGB 107 1 140 -
CMYK 0.24 0.99 0 0.45
HSL 285.76º 0.99% 0.28% -
HSV(B) 285.76º 0.99% 0.55% -
XYZ 10.81 5.04 25.21 -
YUV 48.54 179.62 169.7 -
System Red Green Blue C M Y K H S L
Decimal 107 1 140 0.24 0.99 0 0.45 285.76 0.99 0.28
Hex 6B 1 8C 18 63 0 2D 11E 63 1C
Octal 153 1 214 30 143 0 55 436 143 34
Binary 1101011 1 10001100 11000 1100011 0 101101 100011110 1100011 11100

Color Harmonies of #6B018C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B018C

Black with #6B018C

Text Example


Text Example

White with #6B018C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,1,140); }

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

background-color css

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

 a { background-color: rgb(107,1,140); }

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

border-color css

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

 span { border-color: rgb(107,1,140); }

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