Html Css Color HEX #6F34F7 Blue Violet

📋 copy color: '#6F34F7'

red 111 ◦ green 52 ◦ blue 247

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

Shades of Blue Violet #6F34F7

Tints of Blue Violet #6F34F7

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.68%

 BLUE value IS 247 (96.88% from 255) = 60.24%

R = 27.07%
G = 12.68%
B = 60.24%

CMYK

 C value IS 0.55

 M value IS 0.79

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#6F34F7 (or 0x6F34F7) is known color: Blue Violet. HEX triplet: 6F, 34 and F7. RGB value is (111,52,247). Sum of RGB (Red+Green+Blue) = 111+52+247=410 (54% of max value = 765). Red value is 111 (43.75% from 255 or 27.07% from 410); Green value is 52 (20.70% from 255 or 12.68% from 410); Blue value is 247 (96.88% from 255 or 60.24% from 410); Max value from RGB is 247 - color contains mainly: blue. Hex color #6F34F7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6F34F7 is #90CB08. Grayscale: #5B5B5B. Windows color (decimal): -9489161 or 16200815. OLE color: 16200815.

HSL color Cylindrical-coordinate representation of color #6F34F7: hue angle of 258.15º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6F34F7 is Cyan = 0.55, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 111 52 247 -
CMYK 0.55 0.79 0 0.03
HSL 258.15º 0.92% 0.59% -
HSV(B) 258.15º 0.79% 0.97% -
XYZ 24.57 12.55 89.12 -
YUV 91.87 215.55 141.64 -
System Red Green Blue C M Y K H S L
Decimal 111 52 247 0.55 0.79 0 0.03 258.15 0.92 0.59
Hex 6F 34 F7 37 4F 0 3 102 5C 3B
Octal 157 64 367 67 117 0 3 402 134 73
Binary 1101111 110100 11110111 110111 1001111 0 11 100000010 1011100 111011

Color Harmonies of #6F34F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F34F7

Black with #6F34F7

Text Example


Text Example

White with #6F34F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,52,247); }

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

background-color css

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

 a { background-color: rgb(111,52,247); }

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

border-color css

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

 span { border-color: rgb(111,52,247); }

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