Html Css Color HEX #6F03BA Dark Violet

📋 copy color: '#6F03BA'

red 111 ◦ green 3 ◦ blue 186

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

Shades of Dark Violet #6F03BA

Tints of Dark Violet #6F03BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 62%

R = 37%
G = 1%
B = 62%

CMYK

 C value IS 0.40

 M value IS 0.98

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6F03BA (or 0x6F03BA) is known color: Dark Violet. HEX triplet: 6F, 03 and BA. RGB value is (111,3,186). Sum of RGB (Red+Green+Blue) = 111+3+186=300 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37% from 300); Green value is 3 (1.56% from 255 or 1% from 300); Blue value is 186 (73.05% from 255 or 62% from 300); Max value from RGB is 186 - color contains mainly: blue. Hex color #6F03BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F03BA is #90FC45. Grayscale: #373737. Windows color (decimal): -9501766 or 12190575. OLE color: 12190575.

HSL color Cylindrical-coordinate representation of color #6F03BA: hue angle of 275.41º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6F03BA is Cyan = 0.40, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 111 3 186 -
CMYK 0.40 0.98 0 0.27
HSL 275.41º 0.97% 0.37% -
HSV(B) 275.41º 0.98% 0.73% -
XYZ 15.45 6.99 46.99 -
YUV 56.15 201.28 167.12 -
System Red Green Blue C M Y K H S L
Decimal 111 3 186 0.40 0.98 0 0.27 275.41 0.97 0.37
Hex 6F 3 BA 28 62 0 1B 113 61 25
Octal 157 3 272 50 142 0 33 423 141 45
Binary 1101111 11 10111010 101000 1100010 0 11011 100010011 1100001 100101

Color Harmonies of #6F03BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F03BA

Black with #6F03BA

Text Example


Text Example

White with #6F03BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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