Html Css Color HEX #6F07CB Dark Violet

📋 copy color: '#6F07CB'

red 111 ◦ green 7 ◦ blue 203

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

Shades of Dark Violet #6F07CB

Tints of Dark Violet #6F07CB

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.18%

 BLUE value IS 203 (79.69% from 255) = 63.24%

R = 34.58%
G = 2.18%
B = 63.24%

CMYK

 C value IS 0.45

 M value IS 0.97

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6F07CB (or 0x6F07CB) is known color: Dark Violet. HEX triplet: 6F, 07 and CB. RGB value is (111,7,203). Sum of RGB (Red+Green+Blue) = 111+7+203=321 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.58% from 321); Green value is 7 (3.12% from 255 or 2.18% from 321); Blue value is 203 (79.69% from 255 or 63.24% from 321); Max value from RGB is 203 - color contains mainly: blue. Hex color #6F07CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F07CB is #90F834. Grayscale: #3B3B3B. Windows color (decimal): -9500725 or 13305711. OLE color: 13305711.

HSL color Cylindrical-coordinate representation of color #6F07CB: hue angle of 271.84º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6F07CB is Cyan = 0.45, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 111 7 203 -
CMYK 0.45 0.97 0 0.20
HSL 271.84º 0.93% 0.41% -
HSV(B) 271.84º 0.97% 0.8% -
XYZ 17.41 7.84 57.1 -
YUV 60.44 208.46 164.06 -
System Red Green Blue C M Y K H S L
Decimal 111 7 203 0.45 0.97 0 0.20 271.84 0.93 0.41
Hex 6F 7 CB 2D 61 0 14 110 5D 29
Octal 157 7 313 55 141 0 24 420 135 51
Binary 1101111 111 11001011 101101 1100001 0 10100 100010000 1011101 101001

Color Harmonies of #6F07CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F07CB

Black with #6F07CB

Text Example


Text Example

White with #6F07CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,7,203); }

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

background-color css

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

 a { background-color: rgb(111,7,203); }

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

border-color css

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

 span { border-color: rgb(111,7,203); }

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