Html Css Color HEX #6F01AE Dark Violet

📋 copy color: '#6F01AE'

red 111 ◦ green 1 ◦ blue 174

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

Shades of Dark Violet #6F01AE

Tints of Dark Violet #6F01AE

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.35%

 BLUE value IS 174 (68.36% from 255) = 60.84%

R = 38.81%
G = 0.35%
B = 60.84%

CMYK

 C value IS 0.36

 M value IS 0.99

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6F01AE (or 0x6F01AE) is known color: Dark Violet. HEX triplet: 6F, 01 and AE. RGB value is (111,1,174). Sum of RGB (Red+Green+Blue) = 111+1+174=286 (37% of max value = 765). Red value is 111 (43.75% from 255 or 38.81% from 286); Green value is 1 (0.78% from 255 or 0.35% from 286); Blue value is 174 (68.36% from 255 or 60.84% from 286); Max value from RGB is 174 - color contains mainly: blue. Hex color #6F01AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F01AE is #90FE51. Grayscale: #353535. Windows color (decimal): -9502290 or 11403631. OLE color: 11403631.

HSL color Cylindrical-coordinate representation of color #6F01AE: hue angle of 278.15º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6F01AE is Cyan = 0.36, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 111 1 174 -
CMYK 0.36 0.99 0 0.32
HSL 278.15º 0.99% 0.34% -
HSV(B) 278.15º 0.99% 0.68% -
XYZ 14.21 6.46 40.54 -
YUV 53.61 195.94 168.93 -
System Red Green Blue C M Y K H S L
Decimal 111 1 174 0.36 0.99 0 0.32 278.15 0.99 0.34
Hex 6F 1 AE 24 63 0 20 116 63 22
Octal 157 1 256 44 143 0 40 426 143 42
Binary 1101111 1 10101110 100100 1100011 0 100000 100010110 1100011 100010

Color Harmonies of #6F01AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F01AE

Black with #6F01AE

Text Example


Text Example

White with #6F01AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,1,174); }

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

background-color css

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

 a { background-color: rgb(111,1,174); }

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

border-color css

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

 span { border-color: rgb(111,1,174); }

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