Html Css Color HEX #7530E6 Blue Violet

📋 copy color: '#7530E6'

red 117 ◦ green 48 ◦ blue 230

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

Shades of Blue Violet #7530E6

Tints of Blue Violet #7530E6

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.15%

 BLUE value IS 230 (90.23% from 255) = 58.23%

R = 29.62%
G = 12.15%
B = 58.23%

CMYK

 C value IS 0.49

 M value IS 0.79

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#7530E6 (or 0x7530E6) is known color: Blue Violet. HEX triplet: 75, 30 and E6. RGB value is (117,48,230). Sum of RGB (Red+Green+Blue) = 117+48+230=395 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.62% from 395); Green value is 48 (19.14% from 255 or 12.15% from 395); Blue value is 230 (90.23% from 255 or 58.23% from 395); Max value from RGB is 230 - color contains mainly: blue. Hex color #7530E6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7530E6 is #8ACF19. Grayscale: #585858. Windows color (decimal): -9096986 or 15085685. OLE color: 15085685.

HSL color Cylindrical-coordinate representation of color #7530E6: hue angle of 262.75º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7530E6 is Cyan = 0.49, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 117 48 230 -
CMYK 0.49 0.79 0 0.10
HSL 262.75º 0.78% 0.55% -
HSV(B) 262.75º 0.79% 0.9% -
XYZ 22.68 11.61 75.91 -
YUV 89.38 207.36 147.7 -
System Red Green Blue C M Y K H S L
Decimal 117 48 230 0.49 0.79 0 0.10 262.75 0.78 0.55
Hex 75 30 E6 31 4F 0 A 107 4E 37
Octal 165 60 346 61 117 0 12 407 116 67
Binary 1110101 110000 11100110 110001 1001111 0 1010 100000111 1001110 110111

Color Harmonies of #7530E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7530E6

Black with #7530E6

Text Example


Text Example

White with #7530E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7530E6; }

 p { color: rgb(117,48,230); }

 H1.HeaderClassName
 {
   color: #7530E6;
 }
 .AnyTagClassName
 {
   color: #7530E6;
 }
</style>

background-color css

<style>
 a { background-color: #7530E6; }

 a { background-color: rgb(117,48,230); }

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

border-color css

<style>
 span { border-color: #7530E6; }

 span { border-color: rgb(117,48,230); }

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