Html Css Color HEX #7537DF Blue Violet

📋 copy color: '#7537DF'

red 117 ◦ green 55 ◦ blue 223

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

Shades of Blue Violet #7537DF

Tints of Blue Violet #7537DF

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.92%

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

R = 29.62%
G = 13.92%
B = 56.46%

CMYK

 C value IS 0.48

 M value IS 0.75

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7537DF (or 0x7537DF) is known color: Blue Violet. HEX triplet: 75, 37 and DF. RGB value is (117,55,223). Sum of RGB (Red+Green+Blue) = 117+55+223=395 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.62% from 395); Green value is 55 (21.88% from 255 or 13.92% from 395); Blue value is 223 (87.5% from 255 or 56.46% from 395); Max value from RGB is 223 - color contains mainly: blue. Hex color #7537DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7537DF is #8AC820. Grayscale: #5C5C5C. Windows color (decimal): -9095201 or 14628725. OLE color: 14628725.

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

Color convert

RGB 117 55 223 -
CMYK 0.48 0.75 0 0.13
HSL 262.14º 0.72% 0.55% -
HSV(B) 262.14º 0.75% 0.87% -
XYZ 22.02 11.84 70.94 -
YUV 92.69 201.54 145.34 -
System Red Green Blue C M Y K H S L
Decimal 117 55 223 0.48 0.75 0 0.13 262.14 0.72 0.55
Hex 75 37 DF 30 4B 0 D 106 48 37
Octal 165 67 337 60 113 0 15 406 110 67
Binary 1110101 110111 11011111 110000 1001011 0 1101 100000110 1001000 110111

Color Harmonies of #7537DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7537DF

Black with #7537DF

Text Example


Text Example

White with #7537DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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