Html Css Color HEX #6F33EA Blue Violet

📋 copy color: '#6F33EA'

red 111 ◦ green 51 ◦ blue 234

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

Shades of Blue Violet #6F33EA

Tints of Blue Violet #6F33EA

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.88%

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

R = 28.03%
G = 12.88%
B = 59.09%

CMYK

 C value IS 0.53

 M value IS 0.78

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6F33EA (or 0x6F33EA) is known color: Blue Violet. HEX triplet: 6F, 33 and EA. RGB value is (111,51,234). Sum of RGB (Red+Green+Blue) = 111+51+234=396 (52% of max value = 765). Red value is 111 (43.75% from 255 or 28.03% from 396); Green value is 51 (20.31% from 255 or 12.88% from 396); Blue value is 234 (91.80% from 255 or 59.09% from 396); Max value from RGB is 234 - color contains mainly: blue. Hex color #6F33EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6F33EA is #90CC15. Grayscale: #595959. Windows color (decimal): -9489430 or 15348591. OLE color: 15348591.

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

Color convert

RGB 111 51 234 -
CMYK 0.53 0.78 0 0.08
HSL 259.67º 0.81% 0.56% -
HSV(B) 259.67º 0.78% 0.92% -
XYZ 22.59 11.69 78.91 -
YUV 89.8 209.38 143.12 -
System Red Green Blue C M Y K H S L
Decimal 111 51 234 0.53 0.78 0 0.08 259.67 0.81 0.56
Hex 6F 33 EA 35 4E 0 8 104 51 38
Octal 157 63 352 65 116 0 10 404 121 70
Binary 1101111 110011 11101010 110101 1001110 0 1000 100000100 1010001 111000

Color Harmonies of #6F33EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F33EA

Black with #6F33EA

Text Example


Text Example

White with #6F33EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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