Html Css Color HEX #6F157B Purple

📋 copy color: '#6F157B'

red 111 ◦ green 21 ◦ blue 123

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

Shades of Purple #6F157B

Tints of Purple #6F157B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.24%

 BLUE value IS 123 (48.44% from 255) = 48.24%

R = 43.53%
G = 8.24%
B = 48.24%

CMYK

 C value IS 0.10

 M value IS 0.83

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#6F157B (or 0x6F157B) is known color: Purple. HEX triplet: 6F, 15 and 7B. RGB value is (111,21,123). Sum of RGB (Red+Green+Blue) = 111+21+123=255 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.53% from 255); Green value is 21 (8.59% from 255 or 8.24% from 255); Blue value is 123 (48.44% from 255 or 48.24% from 255); Max value from RGB is 123 - color contains mainly: blue. Hex color #6F157B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F157B is #90EA84. Grayscale: #3B3B3B. Windows color (decimal): -9497221 or 8066415. OLE color: 8066415.

HSL color Cylindrical-coordinate representation of color #6F157B: hue angle of 292.94º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6F157B is Cyan = 0.10, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 111 21 123 -
CMYK 0.10 0.83 0 0.52
HSL 292.94º 0.71% 0.28% -
HSV(B) 292.94º 0.83% 0.48% -
XYZ 10.4 5.35 19.22 -
YUV 59.54 163.82 164.71 -
System Red Green Blue C M Y K H S L
Decimal 111 21 123 0.10 0.83 0 0.52 292.94 0.71 0.28
Hex 6F 15 7B A 53 0 34 125 47 1C
Octal 157 25 173 12 123 0 64 445 107 34
Binary 1101111 10101 1111011 1010 1010011 0 110100 100100101 1000111 11100

Color Harmonies of #6F157B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F157B

Black with #6F157B

Text Example


Text Example

White with #6F157B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,21,123); }

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

background-color css

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

 a { background-color: rgb(111,21,123); }

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

border-color css

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

 span { border-color: rgb(111,21,123); }

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