Html Css Color HEX #6B2E8D Vivid Violet

📋 copy color: '#6B2E8D'

red 107 ◦ green 46 ◦ blue 141

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

Shades of Vivid Violet #6B2E8D

Tints of Vivid Violet #6B2E8D

RGB

 RED value IS 107 (42.19% from 255) = 36.39%

 GREEN value IS 46 (18.36% from 255) = 15.65%

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

R = 36.39%
G = 15.65%
B = 47.96%

CMYK

 C value IS 0.24

 M value IS 0.67

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6B2E8D (or 0x6B2E8D) is known color: Vivid Violet. HEX triplet: 6B, 2E and 8D. RGB value is (107,46,141). Sum of RGB (Red+Green+Blue) = 107+46+141=294 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.39% from 294); Green value is 46 (18.36% from 255 or 15.65% from 294); Blue value is 141 (55.47% from 255 or 47.96% from 294); Max value from RGB is 141 - color contains mainly: blue. Hex color #6B2E8D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B2E8D is #94D172. Grayscale: #4A4A4A. Windows color (decimal): -9752947 or 9252459. OLE color: 9252459.

HSL color Cylindrical-coordinate representation of color #6B2E8D: hue angle of 278.53º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6B2E8D is Cyan = 0.24, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 107 46 141 -
CMYK 0.24 0.67 0 0.45
HSL 278.53º 0.51% 0.37% -
HSV(B) 278.53º 0.67% 0.55% -
XYZ 11.85 7 25.93 -
YUV 75.07 165.21 150.78 -
System Red Green Blue C M Y K H S L
Decimal 107 46 141 0.24 0.67 0 0.45 278.53 0.51 0.37
Hex 6B 2E 8D 18 43 0 2D 117 33 25
Octal 153 56 215 30 103 0 55 427 63 45
Binary 1101011 101110 10001101 11000 1000011 0 101101 100010111 110011 100101

Color Harmonies of #6B2E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B2E8D

Black with #6B2E8D

Text Example


Text Example

White with #6B2E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,46,141); }

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

background-color css

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

 a { background-color: rgb(107,46,141); }

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

border-color css

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

 span { border-color: rgb(107,46,141); }

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