Html Css Color HEX #6B178A Vivid Violet

📋 copy color: '#6B178A'

red 107 ◦ green 23 ◦ blue 138

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

Shades of Vivid Violet #6B178A

Tints of Vivid Violet #6B178A

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.58%

 BLUE value IS 138 (54.3% from 255) = 51.49%

R = 39.93%
G = 8.58%
B = 51.49%

CMYK

 C value IS 0.22

 M value IS 0.83

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#6B178A (or 0x6B178A) is known color: Vivid Violet. HEX triplet: 6B, 17 and 8A. RGB value is (107,23,138). Sum of RGB (Red+Green+Blue) = 107+23+138=268 (35% of max value = 765). Red value is 107 (42.19% from 255 or 39.93% from 268); Green value is 23 (9.38% from 255 or 8.58% from 268); Blue value is 138 (54.30% from 255 or 51.49% from 268); Max value from RGB is 138 - color contains mainly: blue. Hex color #6B178A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B178A is #94E875. Grayscale: #3C3C3C. Windows color (decimal): -9758838 or 9049963. OLE color: 9049963.

HSL color Cylindrical-coordinate representation of color #6B178A: hue angle of 283.83º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6B178A is Cyan = 0.22, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 107 23 138 -
CMYK 0.22 0.83 0 0.46
HSL 283.83º 0.71% 0.32% -
HSV(B) 283.83º 0.83% 0.54% -
XYZ 10.96 5.57 24.54 -
YUV 61.23 171.33 160.65 -
System Red Green Blue C M Y K H S L
Decimal 107 23 138 0.22 0.83 0 0.46 283.83 0.71 0.32
Hex 6B 17 8A 16 53 0 2E 11C 47 20
Octal 153 27 212 26 123 0 56 434 107 40
Binary 1101011 10111 10001010 10110 1010011 0 101110 100011100 1000111 100000

Color Harmonies of #6B178A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B178A

Black with #6B178A

Text Example


Text Example

White with #6B178A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,23,138); }

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

background-color css

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

 a { background-color: rgb(107,23,138); }

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

border-color css

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

 span { border-color: rgb(107,23,138); }

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