Html Css Color HEX #6B137F Purple

📋 copy color: '#6B137F'

red 107 ◦ green 19 ◦ blue 127

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

Shades of Purple #6B137F

Tints of Purple #6B137F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.51%

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

R = 42.29%
G = 7.51%
B = 50.2%

CMYK

 C value IS 0.16

 M value IS 0.85

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#6B137F (or 0x6B137F) is known color: Purple. HEX triplet: 6B, 13 and 7F. RGB value is (107,19,127). Sum of RGB (Red+Green+Blue) = 107+19+127=253 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.29% from 253); Green value is 19 (7.81% from 255 or 7.51% from 253); Blue value is 127 (50% from 255 or 50.20% from 253); Max value from RGB is 127 - color contains mainly: blue. Hex color #6B137F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B137F is #94EC80. Grayscale: #393939. Windows color (decimal): -9759873 or 8328043. OLE color: 8328043.

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

Color convert

RGB 107 19 127 -
CMYK 0.16 0.85 0 0.50
HSL 288.89º 0.74% 0.29% -
HSV(B) 288.89º 0.85% 0.5% -
XYZ 10.13 5.12 20.53 -
YUV 57.62 167.15 163.22 -
System Red Green Blue C M Y K H S L
Decimal 107 19 127 0.16 0.85 0 0.50 288.89 0.74 0.29
Hex 6B 13 7F 10 55 0 32 121 4A 1D
Octal 153 23 177 20 125 0 62 441 112 35
Binary 1101011 10011 1111111 10000 1010101 0 110010 100100001 1001010 11101

Color Harmonies of #6B137F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B137F

Black with #6B137F

Text Example


Text Example

White with #6B137F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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