Html Css Color HEX #6B1375 Purple

📋 copy color: '#6B1375'

red 107 ◦ green 19 ◦ blue 117

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

Shades of Purple #6B1375

Tints of Purple #6B1375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 48.15%

R = 44.03%
G = 7.82%
B = 48.15%

CMYK

 C value IS 0.09

 M value IS 0.84

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#6B1375 (or 0x6B1375) is known color: Purple. HEX triplet: 6B, 13 and 75. RGB value is (107,19,117). Sum of RGB (Red+Green+Blue) = 107+19+117=243 (32% of max value = 765). Red value is 107 (42.19% from 255 or 44.03% from 243); Green value is 19 (7.81% from 255 or 7.82% from 243); Blue value is 117 (46.09% from 255 or 48.15% from 243); Max value from RGB is 117 - color contains mainly: blue. Hex color #6B1375 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B1375 is #94EC8A. Grayscale: #383838. Windows color (decimal): -9759883 or 7672683. OLE color: 7672683.

HSL color Cylindrical-coordinate representation of color #6B1375: hue angle of 293.88º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6B1375 is Cyan = 0.09, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 107 19 117 -
CMYK 0.09 0.84 0 0.54
HSL 293.88º 0.72% 0.27% -
HSV(B) 293.88º 0.84% 0.46% -
XYZ 9.51 4.88 17.27 -
YUV 56.48 162.15 164.03 -
System Red Green Blue C M Y K H S L
Decimal 107 19 117 0.09 0.84 0 0.54 293.88 0.72 0.27
Hex 6B 13 75 9 54 0 36 126 48 1B
Octal 153 23 165 11 124 0 66 446 110 33
Binary 1101011 10011 1110101 1001 1010100 0 110110 100100110 1001000 11011

Color Harmonies of #6B1375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1375

Black with #6B1375

Text Example


Text Example

White with #6B1375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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