Html Css Color HEX #7541DF Blue Violet

📋 copy color: '#7541DF'

red 117 ◦ green 65 ◦ blue 223

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

Shades of Blue Violet #7541DF

Tints of Blue Violet #7541DF

RGB

 RED value IS 117 (46.09% from 255) = 28.89%

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

 BLUE value IS 223 (87.5% from 255) = 55.06%

R = 28.89%
G = 16.05%
B = 55.06%

CMYK

 C value IS 0.48

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7541DF (or 0x7541DF) is known color: Blue Violet. HEX triplet: 75, 41 and DF. RGB value is (117,65,223). Sum of RGB (Red+Green+Blue) = 117+65+223=405 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.89% from 405); Green value is 65 (25.78% from 255 or 16.05% from 405); Blue value is 223 (87.5% from 255 or 55.06% from 405); Max value from RGB is 223 - color contains mainly: blue. Hex color #7541DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7541DF is #8ABE20. Grayscale: #616161. Windows color (decimal): -9092641 or 14631285. OLE color: 14631285.

HSL color Cylindrical-coordinate representation of color #7541DF: hue angle of 259.75º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7541DF is Cyan = 0.48, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 117 65 223 -
CMYK 0.48 0.71 0 0.13
HSL 259.75º 0.71% 0.56% -
HSV(B) 259.75º 0.71% 0.87% -
XYZ 22.55 12.89 71.11 -
YUV 98.56 198.23 141.15 -
System Red Green Blue C M Y K H S L
Decimal 117 65 223 0.48 0.71 0 0.13 259.75 0.71 0.56
Hex 75 41 DF 30 47 0 D 104 47 38
Octal 165 101 337 60 107 0 15 404 107 70
Binary 1110101 1000001 11011111 110000 1000111 0 1101 100000100 1000111 111000

Color Harmonies of #7541DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7541DF

Black with #7541DF

Text Example


Text Example

White with #7541DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7541DF; }

 p { color: rgb(117,65,223); }

 H1.HeaderClassName
 {
   color: #7541DF;
 }
 .AnyTagClassName
 {
   color: #7541DF;
 }
</style>

background-color css

<style>
 a { background-color: #7541DF; }

 a { background-color: rgb(117,65,223); }

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

border-color css

<style>
 span { border-color: #7541DF; }

 span { border-color: rgb(117,65,223); }

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