Html Css Color HEX #7241F0 Blue Violet

📋 copy color: '#7241F0'

red 114 ◦ green 65 ◦ blue 240

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

Shades of Blue Violet #7241F0

Tints of Blue Violet #7241F0

RGB

 RED value IS 114 (44.92% from 255) = 27.21%

 GREEN value IS 65 (25.78% from 255) = 15.51%

 BLUE value IS 240 (94.14% from 255) = 57.28%

R = 27.21%
G = 15.51%
B = 57.28%

CMYK

 C value IS 0.52

 M value IS 0.73

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7241F0 (or 0x7241F0) is known color: Blue Violet. HEX triplet: 72, 41 and F0. RGB value is (114,65,240). Sum of RGB (Red+Green+Blue) = 114+65+240=419 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.21% from 419); Green value is 65 (25.78% from 255 or 15.51% from 419); Blue value is 240 (94.14% from 255 or 57.28% from 419); Max value from RGB is 240 - color contains mainly: blue. Hex color #7241F0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7241F0 is #8DBE0F. Grayscale: #626262. Windows color (decimal): -9289232 or 15745394. OLE color: 15745394.

HSL color Cylindrical-coordinate representation of color #7241F0: hue angle of 256.8º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7241F0 is Cyan = 0.52, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 114 65 240 -
CMYK 0.52 0.73 0 0.06
HSL 256.8º 0.85% 0.6% -
HSV(B) 256.8º 0.73% 0.94% -
XYZ 24.56 13.65 83.78 -
YUV 99.6 207.23 138.27 -
System Red Green Blue C M Y K H S L
Decimal 114 65 240 0.52 0.73 0 0.06 256.8 0.85 0.6
Hex 72 41 F0 34 49 0 6 101 55 3C
Octal 162 101 360 64 111 0 6 401 125 74
Binary 1110010 1000001 11110000 110100 1001001 0 110 100000001 1010101 111100

Color Harmonies of #7241F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7241F0

Black with #7241F0

Text Example


Text Example

White with #7241F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7241F0; }

 p { color: rgb(114,65,240); }

 H1.HeaderClassName
 {
   color: #7241F0;
 }
 .AnyTagClassName
 {
   color: #7241F0;
 }
</style>

background-color css

<style>
 a { background-color: #7241F0; }

 a { background-color: rgb(114,65,240); }

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

border-color css

<style>
 span { border-color: #7241F0; }

 span { border-color: rgb(114,65,240); }

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