Html Css Color HEX #7046CA Slate Blue

📋 copy color: '#7046CA'

red 112 ◦ green 70 ◦ blue 202

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

Shades of Slate Blue #7046CA

Tints of Slate Blue #7046CA

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.23%

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

R = 29.17%
G = 18.23%
B = 52.6%

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

#7046CA (or 0x7046CA) is known color: Slate Blue. HEX triplet: 70, 46 and CA. RGB value is (112,70,202). Sum of RGB (Red+Green+Blue) = 112+70+202=384 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.17% from 384); Green value is 70 (27.73% from 255 or 18.23% from 384); Blue value is 202 (79.30% from 255 or 52.60% from 384); Max value from RGB is 202 - color contains mainly: blue. Hex color #7046CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7046CA is #8FB935. Grayscale: #616161. Windows color (decimal): -9419062 or 13256304. OLE color: 13256304.

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

Color convert

RGB 112 70 202 -
CMYK 0.45 0.65 0 0.21
HSL 259.09º 0.55% 0.53% -
HSV(B) 259.09º 0.65% 0.79% -
XYZ 19.53 12.09 57.18 -
YUV 97.61 186.91 138.27 -
System Red Green Blue C M Y K H S L
Decimal 112 70 202 0.45 0.65 0 0.21 259.09 0.55 0.53
Hex 70 46 CA 2D 41 0 15 103 37 35
Octal 160 106 312 55 101 0 25 403 67 65
Binary 1110000 1000110 11001010 101101 1000001 0 10101 100000011 110111 110101

Color Harmonies of #7046CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7046CA

Black with #7046CA

Text Example


Text Example

White with #7046CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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