Html Css Color HEX #6F03BB Dark Violet

📋 copy color: '#6F03BB'

red 111 ◦ green 3 ◦ blue 187

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

Shades of Dark Violet #6F03BB

Tints of Dark Violet #6F03BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 62.13%

R = 36.88%
G = 1%
B = 62.13%

CMYK

 C value IS 0.41

 M value IS 0.98

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6F03BB (or 0x6F03BB) is known color: Dark Violet. HEX triplet: 6F, 03 and BB. RGB value is (111,3,187). Sum of RGB (Red+Green+Blue) = 111+3+187=301 (39% of max value = 765). Red value is 111 (43.75% from 255 or 36.88% from 301); Green value is 3 (1.56% from 255 or 1.00% from 301); Blue value is 187 (73.44% from 255 or 62.13% from 301); Max value from RGB is 187 - color contains mainly: blue. Hex color #6F03BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F03BB is #90FC44. Grayscale: #373737. Windows color (decimal): -9501765 or 12256111. OLE color: 12256111.

HSL color Cylindrical-coordinate representation of color #6F03BB: hue angle of 275.22º 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 #6F03BB is Cyan = 0.41, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 111 3 187 -
CMYK 0.41 0.98 0 0.27
HSL 275.22º 0.97% 0.37% -
HSV(B) 275.22º 0.98% 0.73% -
XYZ 15.56 7.03 47.55 -
YUV 56.27 201.78 167.04 -
System Red Green Blue C M Y K H S L
Decimal 111 3 187 0.41 0.98 0 0.27 275.22 0.97 0.37
Hex 6F 3 BB 29 62 0 1B 113 61 25
Octal 157 3 273 51 142 0 33 423 141 45
Binary 1101111 11 10111011 101001 1100010 0 11011 100010011 1100001 100101

Color Harmonies of #6F03BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F03BB

Black with #6F03BB

Text Example


Text Example

White with #6F03BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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