Html Css Color HEX #6A2487 Vivid Violet

📋 copy color: '#6A2487'

red 106 ◦ green 36 ◦ blue 135

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

Shades of Vivid Violet #6A2487

Tints of Vivid Violet #6A2487

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13%

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

R = 38.27%
G = 13%
B = 48.74%

CMYK

 C value IS 0.21

 M value IS 0.73

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#6A2487 (or 0x6A2487) is known color: Vivid Violet. HEX triplet: 6A, 24 and 87. RGB value is (106,36,135). Sum of RGB (Red+Green+Blue) = 106+36+135=277 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.27% from 277); Green value is 36 (14.45% from 255 or 13.00% from 277); Blue value is 135 (53.12% from 255 or 48.74% from 277); Max value from RGB is 135 - color contains mainly: blue. Hex color #6A2487 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A2487 is #95DB78. Grayscale: #434343. Windows color (decimal): -9821049 or 8856682. OLE color: 8856682.

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

Color convert

RGB 106 36 135 -
CMYK 0.21 0.73 0 0.47
HSL 282.42º 0.58% 0.34% -
HSV(B) 282.42º 0.73% 0.53% -
XYZ 10.95 6.08 23.52 -
YUV 68.22 165.69 154.95 -
System Red Green Blue C M Y K H S L
Decimal 106 36 135 0.21 0.73 0 0.47 282.42 0.58 0.34
Hex 6A 24 87 15 49 0 2F 11A 3A 22
Octal 152 44 207 25 111 0 57 432 72 42
Binary 1101010 100100 10000111 10101 1001001 0 101111 100011010 111010 100010

Color Harmonies of #6A2487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A2487

Black with #6A2487

Text Example


Text Example

White with #6A2487

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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