Html Css Color HEX #6A178F Vivid Violet

📋 copy color: '#6A178F'

red 106 ◦ green 23 ◦ blue 143

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

Shades of Vivid Violet #6A178F

Tints of Vivid Violet #6A178F

RGB

 RED value IS 106 (41.8% from 255) = 38.97%

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

 BLUE value IS 143 (56.25% from 255) = 52.57%

R = 38.97%
G = 8.46%
B = 52.57%

CMYK

 C value IS 0.26

 M value IS 0.84

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#6A178F (or 0x6A178F) is known color: Vivid Violet. HEX triplet: 6A, 17 and 8F. RGB value is (106,23,143). Sum of RGB (Red+Green+Blue) = 106+23+143=272 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.97% from 272); Green value is 23 (9.38% from 255 or 8.46% from 272); Blue value is 143 (56.25% from 255 or 52.57% from 272); Max value from RGB is 143 - color contains mainly: blue. Hex color #6A178F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A178F is #95E870. Grayscale: #3D3D3D. Windows color (decimal): -9824369 or 9377642. OLE color: 9377642.

HSL color Cylindrical-coordinate representation of color #6A178F: hue angle of 281.5º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6A178F is Cyan = 0.26, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 106 23 143 -
CMYK 0.26 0.84 0 0.44
HSL 281.5º 0.72% 0.33% -
HSV(B) 281.5º 0.84% 0.56% -
XYZ 11.21 5.66 26.49 -
YUV 61.5 174 159.74 -
System Red Green Blue C M Y K H S L
Decimal 106 23 143 0.26 0.84 0 0.44 281.5 0.72 0.33
Hex 6A 17 8F 1A 54 0 2C 11A 48 21
Octal 152 27 217 32 124 0 54 432 110 41
Binary 1101010 10111 10001111 11010 1010100 0 101100 100011010 1001000 100001

Color Harmonies of #6A178F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A178F

Black with #6A178F

Text Example


Text Example

White with #6A178F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,23,143); }

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

background-color css

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

 a { background-color: rgb(106,23,143); }

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

border-color css

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

 span { border-color: rgb(106,23,143); }

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