Html Css Color HEX #6A1894 Vivid Violet

📋 copy color: '#6A1894'

red 106 ◦ green 24 ◦ blue 148

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

Shades of Vivid Violet #6A1894

Tints of Vivid Violet #6A1894

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.63%

 BLUE value IS 148 (58.2% from 255) = 53.24%

R = 38.13%
G = 8.63%
B = 53.24%

CMYK

 C value IS 0.28

 M value IS 0.84

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#6A1894 (or 0x6A1894) is known color: Vivid Violet. HEX triplet: 6A, 18 and 94. RGB value is (106,24,148). Sum of RGB (Red+Green+Blue) = 106+24+148=278 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.13% from 278); Green value is 24 (9.77% from 255 or 8.63% from 278); Blue value is 148 (58.20% from 255 or 53.24% from 278); Max value from RGB is 148 - color contains mainly: blue. Hex color #6A1894 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A1894 is #95E76B. Grayscale: #3E3E3E. Windows color (decimal): -9824108 or 9705578. OLE color: 9705578.

HSL color Cylindrical-coordinate representation of color #6A1894: hue angle of 279.68º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6A1894 is Cyan = 0.28, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 106 24 148 -
CMYK 0.28 0.84 0 0.42
HSL 279.68º 0.72% 0.34% -
HSV(B) 279.68º 0.84% 0.58% -
XYZ 11.62 5.86 28.53 -
YUV 62.65 176.17 158.92 -
System Red Green Blue C M Y K H S L
Decimal 106 24 148 0.28 0.84 0 0.42 279.68 0.72 0.34
Hex 6A 18 94 1C 54 0 2A 118 48 22
Octal 152 30 224 34 124 0 52 430 110 42
Binary 1101010 11000 10010100 11100 1010100 0 101010 100011000 1001000 100010

Color Harmonies of #6A1894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A1894

Black with #6A1894

Text Example


Text Example

White with #6A1894

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,24,148); }

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

background-color css

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

 a { background-color: rgb(106,24,148); }

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

border-color css

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

 span { border-color: rgb(106,24,148); }

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