Html Css Color HEX #6A2389 Vivid Violet

📋 copy color: '#6A2389'

red 106 ◦ green 35 ◦ blue 137

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

Shades of Vivid Violet #6A2389

Tints of Vivid Violet #6A2389

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.59%

 BLUE value IS 137 (53.91% from 255) = 49.28%

R = 38.13%
G = 12.59%
B = 49.28%

CMYK

 C value IS 0.23

 M value IS 0.74

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#6A2389 (or 0x6A2389) is known color: Vivid Violet. HEX triplet: 6A, 23 and 89. RGB value is (106,35,137). Sum of RGB (Red+Green+Blue) = 106+35+137=278 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.13% from 278); Green value is 35 (14.06% from 255 or 12.59% from 278); Blue value is 137 (53.91% from 255 or 49.28% from 278); Max value from RGB is 137 - color contains mainly: blue. Hex color #6A2389 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A2389 is #95DC76. Grayscale: #434343. Windows color (decimal): -9821303 or 8987498. OLE color: 8987498.

HSL color Cylindrical-coordinate representation of color #6A2389: hue angle of 281.76º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6A2389 is Cyan = 0.23, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 106 35 137 -
CMYK 0.23 0.74 0 0.46
HSL 281.76º 0.59% 0.34% -
HSV(B) 281.76º 0.74% 0.54% -
XYZ 11.06 6.07 24.26 -
YUV 67.86 167.02 155.21 -
System Red Green Blue C M Y K H S L
Decimal 106 35 137 0.23 0.74 0 0.46 281.76 0.59 0.34
Hex 6A 23 89 17 4A 0 2E 11A 3B 22
Octal 152 43 211 27 112 0 56 432 73 42
Binary 1101010 100011 10001001 10111 1001010 0 101110 100011010 111011 100010

Color Harmonies of #6A2389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A2389

Black with #6A2389

Text Example


Text Example

White with #6A2389

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,35,137); }

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

background-color css

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

 a { background-color: rgb(106,35,137); }

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

border-color css

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

 span { border-color: rgb(106,35,137); }

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