Html Css Color HEX #6D1298 Vivid Violet

📋 copy color: '#6D1298'

red 109 ◦ green 18 ◦ blue 152

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

Shades of Vivid Violet #6D1298

Tints of Vivid Violet #6D1298

RGB

 RED value IS 109 (42.97% from 255) = 39.07%

 GREEN value IS 18 (7.42% from 255) = 6.45%

 BLUE value IS 152 (59.77% from 255) = 54.48%

R = 39.07%
G = 6.45%
B = 54.48%

CMYK

 C value IS 0.28

 M value IS 0.88

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#6D1298 (or 0x6D1298) is known color: Vivid Violet. HEX triplet: 6D, 12 and 98. RGB value is (109,18,152). Sum of RGB (Red+Green+Blue) = 109+18+152=279 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.07% from 279); Green value is 18 (7.42% from 255 or 6.45% from 279); Blue value is 152 (59.77% from 255 or 54.48% from 279); Max value from RGB is 152 - color contains mainly: blue. Hex color #6D1298 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D1298 is #92ED67. Grayscale: #3C3C3C. Windows color (decimal): -9629032 or 9966189. OLE color: 9966189.

HSL color Cylindrical-coordinate representation of color #6D1298: hue angle of 280.75º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6D1298 is Cyan = 0.28, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 109 18 152 -
CMYK 0.28 0.88 0 0.40
HSL 280.75º 0.79% 0.33% -
HSV(B) 280.75º 0.88% 0.6% -
XYZ 12.19 5.95 30.21 -
YUV 60.49 179.65 162.6 -
System Red Green Blue C M Y K H S L
Decimal 109 18 152 0.28 0.88 0 0.40 280.75 0.79 0.33
Hex 6D 12 98 1C 58 0 28 119 4F 21
Octal 155 22 230 34 130 0 50 431 117 41
Binary 1101101 10010 10011000 11100 1011000 0 101000 100011001 1001111 100001

Color Harmonies of #6D1298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1298

Black with #6D1298

Text Example


Text Example

White with #6D1298

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,18,152); }

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

background-color css

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

 a { background-color: rgb(109,18,152); }

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

border-color css

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

 span { border-color: rgb(109,18,152); }

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