Html Css Color HEX #6B157F Purple

📋 copy color: '#6B157F'

red 107 ◦ green 21 ◦ blue 127

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

Shades of Purple #6B157F

Tints of Purple #6B157F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 49.8%

R = 41.96%
G = 8.24%
B = 49.8%

CMYK

 C value IS 0.16

 M value IS 0.83

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#6B157F (or 0x6B157F) is known color: Purple. HEX triplet: 6B, 15 and 7F. RGB value is (107,21,127). Sum of RGB (Red+Green+Blue) = 107+21+127=255 (33% of max value = 765). Red value is 107 (42.19% from 255 or 41.96% from 255); Green value is 21 (8.59% from 255 or 8.24% from 255); Blue value is 127 (50% from 255 or 49.80% from 255); Max value from RGB is 127 - color contains mainly: blue. Hex color #6B157F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B157F is #94EA80. Grayscale: #3A3A3A. Windows color (decimal): -9759361 or 8328555. OLE color: 8328555.

HSL color Cylindrical-coordinate representation of color #6B157F: hue angle of 288.68º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6B157F is Cyan = 0.16, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 107 21 127 -
CMYK 0.16 0.83 0 0.50
HSL 288.68º 0.72% 0.29% -
HSV(B) 288.68º 0.83% 0.5% -
XYZ 10.16 5.19 20.55 -
YUV 58.8 166.49 162.38 -
System Red Green Blue C M Y K H S L
Decimal 107 21 127 0.16 0.83 0 0.50 288.68 0.72 0.29
Hex 6B 15 7F 10 53 0 32 121 48 1D
Octal 153 25 177 20 123 0 62 441 110 35
Binary 1101011 10101 1111111 10000 1010011 0 110010 100100001 1001000 11101

Color Harmonies of #6B157F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B157F

Black with #6B157F

Text Example


Text Example

White with #6B157F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,21,127); }

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

background-color css

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

 a { background-color: rgb(107,21,127); }

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

border-color css

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

 span { border-color: rgb(107,21,127); }

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