Html Css Color HEX #6F02AF Dark Violet

📋 copy color: '#6F02AF'

red 111 ◦ green 2 ◦ blue 175

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

Shades of Dark Violet #6F02AF

Tints of Dark Violet #6F02AF

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.69%

 BLUE value IS 175 (68.75% from 255) = 60.76%

R = 38.54%
G = 0.69%
B = 60.76%

CMYK

 C value IS 0.37

 M value IS 0.99

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6F02AF (or 0x6F02AF) is known color: Dark Violet. HEX triplet: 6F, 02 and AF. RGB value is (111,2,175). Sum of RGB (Red+Green+Blue) = 111+2+175=288 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.54% from 288); Green value is 2 (1.17% from 255 or 0.69% from 288); Blue value is 175 (68.75% from 255 or 60.76% from 288); Max value from RGB is 175 - color contains mainly: blue. Hex color #6F02AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F02AF is #90FD50. Grayscale: #353535. Windows color (decimal): -9502033 or 11469423. OLE color: 11469423.

HSL color Cylindrical-coordinate representation of color #6F02AF: hue angle of 277.8º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6F02AF is Cyan = 0.37, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 111 2 175 -
CMYK 0.37 0.99 0 0.31
HSL 277.8º 0.98% 0.35% -
HSV(B) 277.8º 0.99% 0.69% -
XYZ 14.32 6.52 41.06 -
YUV 54.31 196.11 168.43 -
System Red Green Blue C M Y K H S L
Decimal 111 2 175 0.37 0.99 0 0.31 277.8 0.98 0.35
Hex 6F 2 AF 25 63 0 1F 116 62 23
Octal 157 2 257 45 143 0 37 426 142 43
Binary 1101111 10 10101111 100101 1100011 0 11111 100010110 1100010 100011

Color Harmonies of #6F02AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F02AF

Black with #6F02AF

Text Example


Text Example

White with #6F02AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,2,175); }

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

background-color css

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

 a { background-color: rgb(111,2,175); }

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

border-color css

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

 span { border-color: rgb(111,2,175); }

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