Html Css Color HEX #6B1685 Purple

📋 copy color: '#6B1685'

red 107 ◦ green 22 ◦ blue 133

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

Shades of Purple #6B1685

Tints of Purple #6B1685

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.4%

 BLUE value IS 133 (52.34% from 255) = 50.76%

R = 40.84%
G = 8.4%
B = 50.76%

CMYK

 C value IS 0.20

 M value IS 0.83

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#6B1685 (or 0x6B1685) is known color: Purple. HEX triplet: 6B, 16 and 85. RGB value is (107,22,133). Sum of RGB (Red+Green+Blue) = 107+22+133=262 (34% of max value = 765). Red value is 107 (42.19% from 255 or 40.84% from 262); Green value is 22 (8.98% from 255 or 8.40% from 262); Blue value is 133 (52.34% from 255 or 50.76% from 262); Max value from RGB is 133 - color contains mainly: blue. Hex color #6B1685 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B1685 is #94E97A. Grayscale: #3B3B3B. Windows color (decimal): -9759099 or 8722027. OLE color: 8722027.

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

Color convert

RGB 107 22 133 -
CMYK 0.20 0.83 0 0.48
HSL 285.95º 0.72% 0.3% -
HSV(B) 285.95º 0.83% 0.52% -
XYZ 10.58 5.39 22.67 -
YUV 60.07 169.16 161.47 -
System Red Green Blue C M Y K H S L
Decimal 107 22 133 0.20 0.83 0 0.48 285.95 0.72 0.3
Hex 6B 16 85 14 53 0 30 11E 48 1E
Octal 153 26 205 24 123 0 60 436 110 36
Binary 1101011 10110 10000101 10100 1010011 0 110000 100011110 1001000 11110

Color Harmonies of #6B1685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1685

Black with #6B1685

Text Example


Text Example

White with #6B1685

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,22,133); }

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

background-color css

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

 a { background-color: rgb(107,22,133); }

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

border-color css

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

 span { border-color: rgb(107,22,133); }

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