Html Css Color HEX #6B2A8E Vivid Violet

📋 copy color: '#6B2A8E'

red 107 ◦ green 42 ◦ blue 142

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

Shades of Vivid Violet #6B2A8E

Tints of Vivid Violet #6B2A8E

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.43%

 BLUE value IS 142 (55.86% from 255) = 48.8%

R = 36.77%
G = 14.43%
B = 48.8%

CMYK

 C value IS 0.25

 M value IS 0.70

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#6B2A8E (or 0x6B2A8E) is known color: Vivid Violet. HEX triplet: 6B, 2A and 8E. RGB value is (107,42,142). Sum of RGB (Red+Green+Blue) = 107+42+142=291 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.77% from 291); Green value is 42 (16.80% from 255 or 14.43% from 291); Blue value is 142 (55.86% from 255 or 48.80% from 291); Max value from RGB is 142 - color contains mainly: blue. Hex color #6B2A8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B2A8E is #94D571. Grayscale: #484848. Windows color (decimal): -9753970 or 9316971. OLE color: 9316971.

HSL color Cylindrical-coordinate representation of color #6B2A8E: hue angle of 279º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6B2A8E is Cyan = 0.25, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 107 42 142 -
CMYK 0.25 0.70 0 0.44
HSL 279º 0.54% 0.36% -
HSV(B) 279º 0.7% 0.56% -
XYZ 11.77 6.73 26.27 -
YUV 72.84 167.03 152.37 -
System Red Green Blue C M Y K H S L
Decimal 107 42 142 0.25 0.70 0 0.44 279 0.54 0.36
Hex 6B 2A 8E 19 46 0 2C 117 36 24
Octal 153 52 216 31 106 0 54 427 66 44
Binary 1101011 101010 10001110 11001 1000110 0 101100 100010111 110110 100100

Color Harmonies of #6B2A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B2A8E

Black with #6B2A8E

Text Example


Text Example

White with #6B2A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,42,142); }

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

background-color css

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

 a { background-color: rgb(107,42,142); }

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

border-color css

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

 span { border-color: rgb(107,42,142); }

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