Html Css Color HEX #7543E1 Slate Blue

📋 copy color: '#7543E1'

red 117 ◦ green 67 ◦ blue 225

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

Shades of Slate Blue #7543E1

Tints of Slate Blue #7543E1

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.38%

 BLUE value IS 225 (88.28% from 255) = 55.01%

R = 28.61%
G = 16.38%
B = 55.01%

CMYK

 C value IS 0.48

 M value IS 0.70

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#7543E1 (or 0x7543E1) is known color: Slate Blue. HEX triplet: 75, 43 and E1. RGB value is (117,67,225). Sum of RGB (Red+Green+Blue) = 117+67+225=409 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.61% from 409); Green value is 67 (26.56% from 255 or 16.38% from 409); Blue value is 225 (88.28% from 255 or 55.01% from 409); Max value from RGB is 225 - color contains mainly: blue. Hex color #7543E1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7543E1 is #8ABC1E. Grayscale: #636363. Windows color (decimal): -9092127 or 14762869. OLE color: 14762869.

HSL color Cylindrical-coordinate representation of color #7543E1: hue angle of 258.99º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7543E1 is Cyan = 0.48, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 117 67 225 -
CMYK 0.48 0.70 0 0.12
HSL 258.99º 0.72% 0.57% -
HSV(B) 258.99º 0.7% 0.88% -
XYZ 22.93 13.23 72.58 -
YUV 99.96 198.57 140.15 -
System Red Green Blue C M Y K H S L
Decimal 117 67 225 0.48 0.70 0 0.12 258.99 0.72 0.57
Hex 75 43 E1 30 46 0 C 103 48 39
Octal 165 103 341 60 106 0 14 403 110 71
Binary 1110101 1000011 11100001 110000 1000110 0 1100 100000011 1001000 111001

Color Harmonies of #7543E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7543E1

Black with #7543E1

Text Example


Text Example

White with #7543E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7543E1; }

 p { color: rgb(117,67,225); }

 H1.HeaderClassName
 {
   color: #7543E1;
 }
 .AnyTagClassName
 {
   color: #7543E1;
 }
</style>

background-color css

<style>
 a { background-color: #7543E1; }

 a { background-color: rgb(117,67,225); }

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

border-color css

<style>
 span { border-color: #7543E1; }

 span { border-color: rgb(117,67,225); }

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