Html Css Color HEX #6B218E Vivid Violet

📋 copy color: '#6B218E'

red 107 ◦ green 33 ◦ blue 142

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

Shades of Vivid Violet #6B218E

Tints of Vivid Violet #6B218E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.7%

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

R = 37.94%
G = 11.7%
B = 50.35%

CMYK

 C value IS 0.25

 M value IS 0.77

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#6B218E (or 0x6B218E) is known color: Vivid Violet. HEX triplet: 6B, 21 and 8E. RGB value is (107,33,142). Sum of RGB (Red+Green+Blue) = 107+33+142=282 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.94% from 282); Green value is 33 (13.28% from 255 or 11.70% from 282); Blue value is 142 (55.86% from 255 or 50.35% from 282); Max value from RGB is 142 - color contains mainly: blue. Hex color #6B218E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B218E is #94DE71. Grayscale: #434343. Windows color (decimal): -9756274 or 9314667. OLE color: 9314667.

HSL color Cylindrical-coordinate representation of color #6B218E: hue angle of 280.73º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6B218E is Cyan = 0.25, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 107 33 142 -
CMYK 0.25 0.77 0 0.44
HSL 280.73º 0.62% 0.34% -
HSV(B) 280.73º 0.77% 0.56% -
XYZ 11.49 6.17 26.18 -
YUV 67.55 170.02 156.14 -
System Red Green Blue C M Y K H S L
Decimal 107 33 142 0.25 0.77 0 0.44 280.73 0.62 0.34
Hex 6B 21 8E 19 4D 0 2C 119 3E 22
Octal 153 41 216 31 115 0 54 431 76 42
Binary 1101011 100001 10001110 11001 1001101 0 101100 100011001 111110 100010

Color Harmonies of #6B218E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B218E

Black with #6B218E

Text Example


Text Example

White with #6B218E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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