Html Css Color HEX #6F148C Purple

📋 copy color: '#6F148C'

red 111 ◦ green 20 ◦ blue 140

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

Shades of Purple #6F148C

Tints of Purple #6F148C

RGB

 RED value IS 111 (43.75% from 255) = 40.96%

 GREEN value IS 20 (8.2% from 255) = 7.38%

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

R = 40.96%
G = 7.38%
B = 51.66%

CMYK

 C value IS 0.21

 M value IS 0.86

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6F148C (or 0x6F148C) is known color: Purple. HEX triplet: 6F, 14 and 8C. RGB value is (111,20,140). Sum of RGB (Red+Green+Blue) = 111+20+140=271 (35% of max value = 765). Red value is 111 (43.75% from 255 or 40.96% from 271); Green value is 20 (8.20% from 255 or 7.38% from 271); Blue value is 140 (55.08% from 255 or 51.66% from 271); Max value from RGB is 140 - color contains mainly: blue. Hex color #6F148C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F148C is #90EB73. Grayscale: #3C3C3C. Windows color (decimal): -9497460 or 9180271. OLE color: 9180271.

HSL color Cylindrical-coordinate representation of color #6F148C: hue angle of 285.5º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6F148C is Cyan = 0.21, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 111 20 140 -
CMYK 0.21 0.86 0 0.45
HSL 285.5º 0.75% 0.31% -
HSV(B) 285.5º 0.86% 0.55% -
XYZ 11.54 5.77 25.32 -
YUV 60.89 172.65 163.74 -
System Red Green Blue C M Y K H S L
Decimal 111 20 140 0.21 0.86 0 0.45 285.5 0.75 0.31
Hex 6F 14 8C 15 56 0 2D 11E 4B 1F
Octal 157 24 214 25 126 0 55 436 113 37
Binary 1101111 10100 10001100 10101 1010110 0 101101 100011110 1001011 11111

Color Harmonies of #6F148C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F148C

Black with #6F148C

Text Example


Text Example

White with #6F148C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,20,140); }

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

background-color css

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

 a { background-color: rgb(111,20,140); }

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

border-color css

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

 span { border-color: rgb(111,20,140); }

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