Html Css Color HEX #6F02CE Dark Violet

📋 copy color: '#6F02CE'

red 111 ◦ green 2 ◦ blue 206

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

Shades of Dark Violet #6F02CE

Tints of Dark Violet #6F02CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 64.58%

R = 34.8%
G = 0.63%
B = 64.58%

CMYK

 C value IS 0.46

 M value IS 0.99

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6F02CE (or 0x6F02CE) is known color: Dark Violet. HEX triplet: 6F, 02 and CE. RGB value is (111,2,206). Sum of RGB (Red+Green+Blue) = 111+2+206=319 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.80% from 319); Green value is 2 (1.17% from 255 or 0.63% from 319); Blue value is 206 (80.86% from 255 or 64.58% from 319); Max value from RGB is 206 - color contains mainly: blue. Hex color #6F02CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F02CE is #90FD31. Grayscale: #393939. Windows color (decimal): -9502002 or 13501039. OLE color: 13501039.

HSL color Cylindrical-coordinate representation of color #6F02CE: hue angle of 272.06º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6F02CE is Cyan = 0.46, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 111 2 206 -
CMYK 0.46 0.99 0 0.19
HSL 272.06º 0.98% 0.41% -
HSV(B) 272.06º 0.99% 0.81% -
XYZ 17.72 7.88 58.98 -
YUV 57.85 211.61 165.91 -
System Red Green Blue C M Y K H S L
Decimal 111 2 206 0.46 0.99 0 0.19 272.06 0.98 0.41
Hex 6F 2 CE 2E 63 0 13 110 62 29
Octal 157 2 316 56 143 0 23 420 142 51
Binary 1101111 10 11001110 101110 1100011 0 10011 100010000 1100010 101001

Color Harmonies of #6F02CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F02CE

Black with #6F02CE

Text Example


Text Example

White with #6F02CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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