Html Css Color HEX #6F32EA Blue Violet

📋 copy color: '#6F32EA'

red 111 ◦ green 50 ◦ blue 234

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

Shades of Blue Violet #6F32EA

Tints of Blue Violet #6F32EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 59.24%

R = 28.1%
G = 12.66%
B = 59.24%

CMYK

 C value IS 0.53

 M value IS 0.79

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6F32EA (or 0x6F32EA) is known color: Blue Violet. HEX triplet: 6F, 32 and EA. RGB value is (111,50,234). Sum of RGB (Red+Green+Blue) = 111+50+234=395 (52% of max value = 765). Red value is 111 (43.75% from 255 or 28.10% from 395); Green value is 50 (19.92% from 255 or 12.66% from 395); Blue value is 234 (91.80% from 255 or 59.24% from 395); Max value from RGB is 234 - color contains mainly: blue. Hex color #6F32EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6F32EA is #90CD15. Grayscale: #585858. Windows color (decimal): -9489686 or 15348335. OLE color: 15348335.

HSL color Cylindrical-coordinate representation of color #6F32EA: hue angle of 259.89º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6F32EA is Cyan = 0.53, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 111 50 234 -
CMYK 0.53 0.79 0 0.08
HSL 259.89º 0.81% 0.56% -
HSV(B) 259.89º 0.79% 0.92% -
XYZ 22.55 11.6 78.89 -
YUV 89.22 209.71 143.54 -
System Red Green Blue C M Y K H S L
Decimal 111 50 234 0.53 0.79 0 0.08 259.89 0.81 0.56
Hex 6F 32 EA 35 4F 0 8 104 51 38
Octal 157 62 352 65 117 0 10 404 121 70
Binary 1101111 110010 11101010 110101 1001111 0 1000 100000100 1010001 111000

Color Harmonies of #6F32EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F32EA

Black with #6F32EA

Text Example


Text Example

White with #6F32EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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