Html Css Color HEX #7452C1 Slate Blue

📋 copy color: '#7452C1'

red 116 ◦ green 82 ◦ blue 193

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

Shades of Slate Blue #7452C1

Tints of Slate Blue #7452C1

RGB

 RED value IS 116 (45.7% from 255) = 29.67%

 GREEN value IS 82 (32.42% from 255) = 20.97%

 BLUE value IS 193 (75.78% from 255) = 49.36%

R = 29.67%
G = 20.97%
B = 49.36%

CMYK

 C value IS 0.40

 M value IS 0.58

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#7452C1 (or 0x7452C1) is known color: Slate Blue. HEX triplet: 74, 52 and C1. RGB value is (116,82,193). Sum of RGB (Red+Green+Blue) = 116+82+193=391 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.67% from 391); Green value is 82 (32.42% from 255 or 20.97% from 391); Blue value is 193 (75.78% from 255 or 49.36% from 391); Max value from RGB is 193 - color contains mainly: blue. Hex color #7452C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7452C1 is #8BAD3E. Grayscale: #686868. Windows color (decimal): -9153855 or 12669556. OLE color: 12669556.

HSL color Cylindrical-coordinate representation of color #7452C1: hue angle of 258.38º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7452C1 is Cyan = 0.40, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 116 82 193 -
CMYK 0.40 0.58 0 0.24
HSL 258.38º 0.47% 0.54% -
HSV(B) 258.38º 0.58% 0.76% -
XYZ 19.85 13.6 52.03 -
YUV 104.82 177.76 135.97 -
System Red Green Blue C M Y K H S L
Decimal 116 82 193 0.40 0.58 0 0.24 258.38 0.47 0.54
Hex 74 52 C1 28 3A 0 18 102 2F 36
Octal 164 122 301 50 72 0 30 402 57 66
Binary 1110100 1010010 11000001 101000 111010 0 11000 100000010 101111 110110

Color Harmonies of #7452C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7452C1

Black with #7452C1

Text Example


Text Example

White with #7452C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7452C1; }

 p { color: rgb(116,82,193); }

 H1.HeaderClassName
 {
   color: #7452C1;
 }
 .AnyTagClassName
 {
   color: #7452C1;
 }
</style>

background-color css

<style>
 a { background-color: #7452C1; }

 a { background-color: rgb(116,82,193); }

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

border-color css

<style>
 span { border-color: #7452C1; }

 span { border-color: rgb(116,82,193); }

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