Html Css Color HEX #6A218F Vivid Violet

📋 copy color: '#6A218F'

red 106 ◦ green 33 ◦ blue 143

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

Shades of Vivid Violet #6A218F

Tints of Vivid Violet #6A218F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 50.71%

R = 37.59%
G = 11.7%
B = 50.71%

CMYK

 C value IS 0.26

 M value IS 0.77

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#6A218F (or 0x6A218F) is known color: Vivid Violet. HEX triplet: 6A, 21 and 8F. RGB value is (106,33,143). Sum of RGB (Red+Green+Blue) = 106+33+143=282 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.59% from 282); Green value is 33 (13.28% from 255 or 11.70% from 282); Blue value is 143 (56.25% from 255 or 50.71% from 282); Max value from RGB is 143 - color contains mainly: blue. Hex color #6A218F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A218F is #95DE70. Grayscale: #434343. Windows color (decimal): -9821809 or 9380202. OLE color: 9380202.

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

Color convert

RGB 106 33 143 -
CMYK 0.26 0.77 0 0.44
HSL 279.82º 0.63% 0.35% -
HSV(B) 279.82º 0.77% 0.56% -
XYZ 11.45 6.14 26.57 -
YUV 67.37 170.68 155.56 -
System Red Green Blue C M Y K H S L
Decimal 106 33 143 0.26 0.77 0 0.44 279.82 0.63 0.35
Hex 6A 21 8F 1A 4D 0 2C 118 3E 23
Octal 152 41 217 32 115 0 54 430 76 43
Binary 1101010 100001 10001111 11010 1001101 0 101100 100011000 111110 100011

Color Harmonies of #6A218F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A218F

Black with #6A218F

Text Example


Text Example

White with #6A218F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,33,143); }

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

background-color css

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

 a { background-color: rgb(106,33,143); }

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

border-color css

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

 span { border-color: rgb(106,33,143); }

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