Html Css Color HEX #6A1C87 Vivid Violet

📋 copy color: '#6A1C87'

red 106 ◦ green 28 ◦ blue 135

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

Shades of Vivid Violet #6A1C87

Tints of Vivid Violet #6A1C87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 50.19%

R = 39.41%
G = 10.41%
B = 50.19%

CMYK

 C value IS 0.21

 M value IS 0.79

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#6A1C87 (or 0x6A1C87) is known color: Vivid Violet. HEX triplet: 6A, 1C and 87. RGB value is (106,28,135). Sum of RGB (Red+Green+Blue) = 106+28+135=269 (35% of max value = 765). Red value is 106 (41.80% from 255 or 39.41% from 269); Green value is 28 (11.33% from 255 or 10.41% from 269); Blue value is 135 (53.12% from 255 or 50.19% from 269); Max value from RGB is 135 - color contains mainly: blue. Hex color #6A1C87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A1C87 is #95E378. Grayscale: #3F3F3F. Windows color (decimal): -9823097 or 8854634. OLE color: 8854634.

HSL color Cylindrical-coordinate representation of color #6A1C87: hue angle of 283.74º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6A1C87 is Cyan = 0.21, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 106 28 135 -
CMYK 0.21 0.79 0 0.47
HSL 283.74º 0.66% 0.32% -
HSV(B) 283.74º 0.79% 0.53% -
XYZ 10.73 5.64 23.45 -
YUV 63.52 168.34 158.3 -
System Red Green Blue C M Y K H S L
Decimal 106 28 135 0.21 0.79 0 0.47 283.74 0.66 0.32
Hex 6A 1C 87 15 4F 0 2F 11C 42 20
Octal 152 34 207 25 117 0 57 434 102 40
Binary 1101010 11100 10000111 10101 1001111 0 101111 100011100 1000010 100000

Color Harmonies of #6A1C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A1C87

Black with #6A1C87

Text Example


Text Example

White with #6A1C87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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