Html Css Color HEX #6A1C95 Vivid Violet

📋 copy color: '#6A1C95'

red 106 ◦ green 28 ◦ blue 149

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

Shades of Vivid Violet #6A1C95

Tints of Vivid Violet #6A1C95

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.89%

 BLUE value IS 149 (58.59% from 255) = 52.65%

R = 37.46%
G = 9.89%
B = 52.65%

CMYK

 C value IS 0.29

 M value IS 0.81

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#6A1C95 (or 0x6A1C95) is known color: Vivid Violet. HEX triplet: 6A, 1C and 95. RGB value is (106,28,149). Sum of RGB (Red+Green+Blue) = 106+28+149=283 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.46% from 283); Green value is 28 (11.33% from 255 or 9.89% from 283); Blue value is 149 (58.59% from 255 or 52.65% from 283); Max value from RGB is 149 - color contains mainly: blue. Hex color #6A1C95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A1C95 is #95E36A. Grayscale: #404040. Windows color (decimal): -9823083 or 9772138. OLE color: 9772138.

HSL color Cylindrical-coordinate representation of color #6A1C95: hue angle of 278.68º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6A1C95 is Cyan = 0.29, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 106 28 149 -
CMYK 0.29 0.81 0 0.42
HSL 278.68º 0.68% 0.35% -
HSV(B) 278.68º 0.81% 0.58% -
XYZ 11.78 6.06 28.98 -
YUV 65.12 175.34 157.16 -
System Red Green Blue C M Y K H S L
Decimal 106 28 149 0.29 0.81 0 0.42 278.68 0.68 0.35
Hex 6A 1C 95 1D 51 0 2A 117 44 23
Octal 152 34 225 35 121 0 52 427 104 43
Binary 1101010 11100 10010101 11101 1010001 0 101010 100010111 1000100 100011

Color Harmonies of #6A1C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A1C95

Black with #6A1C95

Text Example


Text Example

White with #6A1C95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,28,149); }

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

background-color css

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

 a { background-color: rgb(106,28,149); }

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

border-color css

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

 span { border-color: rgb(106,28,149); }

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