Html Css Color HEX #6F03C6 Dark Violet

📋 copy color: '#6F03C6'

red 111 ◦ green 3 ◦ blue 198

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

Shades of Dark Violet #6F03C6

Tints of Dark Violet #6F03C6

RGB

 RED value IS 111 (43.75% from 255) = 35.58%

 GREEN value IS 3 (1.56% from 255) = 0.96%

 BLUE value IS 198 (77.73% from 255) = 63.46%

R = 35.58%
G = 0.96%
B = 63.46%

CMYK

 C value IS 0.44

 M value IS 0.98

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#6F03C6 (or 0x6F03C6) is known color: Dark Violet. HEX triplet: 6F, 03 and C6. RGB value is (111,3,198). Sum of RGB (Red+Green+Blue) = 111+3+198=312 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.58% from 312); Green value is 3 (1.56% from 255 or 0.96% from 312); Blue value is 198 (77.73% from 255 or 63.46% from 312); Max value from RGB is 198 - color contains mainly: blue. Hex color #6F03C6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F03C6 is #90FC39. Grayscale: #383838. Windows color (decimal): -9501754 or 12977007. OLE color: 12977007.

HSL color Cylindrical-coordinate representation of color #6F03C6: hue angle of 273.23º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6F03C6 is Cyan = 0.44, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 111 3 198 -
CMYK 0.44 0.98 0 0.22
HSL 273.23º 0.97% 0.39% -
HSV(B) 273.23º 0.98% 0.78% -
XYZ 16.78 7.52 53.99 -
YUV 57.52 207.28 166.14 -
System Red Green Blue C M Y K H S L
Decimal 111 3 198 0.44 0.98 0 0.22 273.23 0.97 0.39
Hex 6F 3 C6 2C 62 0 16 111 61 27
Octal 157 3 306 54 142 0 26 421 141 47
Binary 1101111 11 11000110 101100 1100010 0 10110 100010001 1100001 100111

Color Harmonies of #6F03C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F03C6

Black with #6F03C6

Text Example


Text Example

White with #6F03C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,3,198); }

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

background-color css

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

 a { background-color: rgb(111,3,198); }

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

border-color css

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

 span { border-color: rgb(111,3,198); }

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