Html Css Color HEX #6A278D Vivid Violet

📋 copy color: '#6A278D'

red 106 ◦ green 39 ◦ blue 141

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

Shades of Vivid Violet #6A278D

Tints of Vivid Violet #6A278D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.64%

 BLUE value IS 141 (55.47% from 255) = 49.3%

R = 37.06%
G = 13.64%
B = 49.3%

CMYK

 C value IS 0.25

 M value IS 0.72

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6A278D (or 0x6A278D) is known color: Vivid Violet. HEX triplet: 6A, 27 and 8D. RGB value is (106,39,141). Sum of RGB (Red+Green+Blue) = 106+39+141=286 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.06% from 286); Green value is 39 (15.62% from 255 or 13.64% from 286); Blue value is 141 (55.47% from 255 or 49.30% from 286); Max value from RGB is 141 - color contains mainly: blue. Hex color #6A278D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A278D is #95D872. Grayscale: #464646. Windows color (decimal): -9820275 or 9250666. OLE color: 9250666.

HSL color Cylindrical-coordinate representation of color #6A278D: hue angle of 279.41º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6A278D is Cyan = 0.25, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 106 39 141 -
CMYK 0.25 0.72 0 0.45
HSL 279.41º 0.57% 0.35% -
HSV(B) 279.41º 0.72% 0.55% -
XYZ 11.48 6.44 25.84 -
YUV 70.66 167.7 153.21 -
System Red Green Blue C M Y K H S L
Decimal 106 39 141 0.25 0.72 0 0.45 279.41 0.57 0.35
Hex 6A 27 8D 19 48 0 2D 117 39 23
Octal 152 47 215 31 110 0 55 427 71 43
Binary 1101010 100111 10001101 11001 1001000 0 101101 100010111 111001 100011

Color Harmonies of #6A278D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A278D

Black with #6A278D

Text Example


Text Example

White with #6A278D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,39,141); }

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

background-color css

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

 a { background-color: rgb(106,39,141); }

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

border-color css

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

 span { border-color: rgb(106,39,141); }

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