Html Css Color HEX #6F32EF Blue Violet

📋 copy color: '#6F32EF'

red 111 ◦ green 50 ◦ blue 239

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

Shades of Blue Violet #6F32EF

Tints of Blue Violet #6F32EF

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.5%

 BLUE value IS 239 (93.75% from 255) = 59.75%

R = 27.75%
G = 12.5%
B = 59.75%

CMYK

 C value IS 0.54

 M value IS 0.79

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6F32EF (or 0x6F32EF) is known color: Blue Violet. HEX triplet: 6F, 32 and EF. RGB value is (111,50,239). Sum of RGB (Red+Green+Blue) = 111+50+239=400 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.75% from 400); Green value is 50 (19.92% from 255 or 12.5% from 400); Blue value is 239 (93.75% from 255 or 59.75% from 400); Max value from RGB is 239 - color contains mainly: blue. Hex color #6F32EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6F32EF is #90CD10. Grayscale: #595959. Windows color (decimal): -9489681 or 15676015. OLE color: 15676015.

HSL color Cylindrical-coordinate representation of color #6F32EF: hue angle of 259.37º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6F32EF is Cyan = 0.54, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 111 50 239 -
CMYK 0.54 0.79 0 0.06
HSL 259.37º 0.86% 0.57% -
HSV(B) 259.37º 0.79% 0.94% -
XYZ 23.28 11.89 82.73 -
YUV 89.79 212.21 143.13 -
System Red Green Blue C M Y K H S L
Decimal 111 50 239 0.54 0.79 0 0.06 259.37 0.86 0.57
Hex 6F 32 EF 36 4F 0 6 103 56 39
Octal 157 62 357 66 117 0 6 403 126 71
Binary 1101111 110010 11101111 110110 1001111 0 110 100000011 1010110 111001

Color Harmonies of #6F32EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F32EF

Black with #6F32EF

Text Example


Text Example

White with #6F32EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,50,239); }

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

background-color css

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

 a { background-color: rgb(111,50,239); }

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

border-color css

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

 span { border-color: rgb(111,50,239); }

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