Html Css Color HEX #7047CA Slate Blue

📋 copy color: '#7047CA'

red 112 ◦ green 71 ◦ blue 202

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

Shades of Slate Blue #7047CA

Tints of Slate Blue #7047CA

RGB

 RED value IS 112 (44.14% from 255) = 29.09%

 GREEN value IS 71 (28.13% from 255) = 18.44%

 BLUE value IS 202 (79.3% from 255) = 52.47%

R = 29.09%
G = 18.44%
B = 52.47%

CMYK

 C value IS 0.45

 M value IS 0.65

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7047CA (or 0x7047CA) is known color: Slate Blue. HEX triplet: 70, 47 and CA. RGB value is (112,71,202). Sum of RGB (Red+Green+Blue) = 112+71+202=385 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.09% from 385); Green value is 71 (28.12% from 255 or 18.44% from 385); Blue value is 202 (79.30% from 255 or 52.47% from 385); Max value from RGB is 202 - color contains mainly: blue. Hex color #7047CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7047CA is #8FB835. Grayscale: #616161. Windows color (decimal): -9418806 or 13256560. OLE color: 13256560.

HSL color Cylindrical-coordinate representation of color #7047CA: hue angle of 258.78º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7047CA is Cyan = 0.45, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 112 71 202 -
CMYK 0.45 0.65 0 0.21
HSL 258.78º 0.55% 0.54% -
HSV(B) 258.78º 0.65% 0.79% -
XYZ 19.6 12.22 57.2 -
YUV 98.19 186.58 137.85 -
System Red Green Blue C M Y K H S L
Decimal 112 71 202 0.45 0.65 0 0.21 258.78 0.55 0.54
Hex 70 47 CA 2D 41 0 15 103 37 36
Octal 160 107 312 55 101 0 25 403 67 66
Binary 1110000 1000111 11001010 101101 1000001 0 10101 100000011 110111 110110

Color Harmonies of #7047CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7047CA

Black with #7047CA

Text Example


Text Example

White with #7047CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7047CA; }

 p { color: rgb(112,71,202); }

 H1.HeaderClassName
 {
   color: #7047CA;
 }
 .AnyTagClassName
 {
   color: #7047CA;
 }
</style>

background-color css

<style>
 a { background-color: #7047CA; }

 a { background-color: rgb(112,71,202); }

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

border-color css

<style>
 span { border-color: #7047CA; }

 span { border-color: rgb(112,71,202); }

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