Html Css Color HEX #7241EC Blue Violet

📋 copy color: '#7241EC'

red 114 ◦ green 65 ◦ blue 236

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

Shades of Blue Violet #7241EC

Tints of Blue Violet #7241EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 56.87%

R = 27.47%
G = 15.66%
B = 56.87%

CMYK

 C value IS 0.52

 M value IS 0.72

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7241EC (or 0x7241EC) is known color: Blue Violet. HEX triplet: 72, 41 and EC. RGB value is (114,65,236). Sum of RGB (Red+Green+Blue) = 114+65+236=415 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.47% from 415); Green value is 65 (25.78% from 255 or 15.66% from 415); Blue value is 236 (92.58% from 255 or 56.87% from 415); Max value from RGB is 236 - color contains mainly: blue. Hex color #7241EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7241EC is #8DBE13. Grayscale: #626262. Windows color (decimal): -9289236 or 15483250. OLE color: 15483250.

HSL color Cylindrical-coordinate representation of color #7241EC: hue angle of 257.19º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7241EC is Cyan = 0.52, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 114 65 236 -
CMYK 0.52 0.72 0 0.07
HSL 257.19º 0.82% 0.59% -
HSV(B) 257.19º 0.72% 0.93% -
XYZ 23.97 13.41 80.68 -
YUV 99.15 205.23 138.6 -
System Red Green Blue C M Y K H S L
Decimal 114 65 236 0.52 0.72 0 0.07 257.19 0.82 0.59
Hex 72 41 EC 34 48 0 7 101 52 3B
Octal 162 101 354 64 110 0 7 401 122 73
Binary 1110010 1000001 11101100 110100 1001000 0 111 100000001 1010010 111011

Color Harmonies of #7241EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7241EC

Black with #7241EC

Text Example


Text Example

White with #7241EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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