Html Css Color HEX #7043CF Slate Blue

📋 copy color: '#7043CF'

red 112 ◦ green 67 ◦ blue 207

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

Shades of Slate Blue #7043CF

Tints of Slate Blue #7043CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 53.63%

R = 29.02%
G = 17.36%
B = 53.63%

CMYK

 C value IS 0.46

 M value IS 0.68

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7043CF (or 0x7043CF) is known color: Slate Blue. HEX triplet: 70, 43 and CF. RGB value is (112,67,207). Sum of RGB (Red+Green+Blue) = 112+67+207=386 (51% of max value = 765). Red value is 112 (44.14% from 255 or 29.02% from 386); Green value is 67 (26.56% from 255 or 17.36% from 386); Blue value is 207 (81.25% from 255 or 53.63% from 386); Max value from RGB is 207 - color contains mainly: blue. Hex color #7043CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7043CF is #8FBC30. Grayscale: #5F5F5F. Windows color (decimal): -9419825 or 13583216. OLE color: 13583216.

HSL color Cylindrical-coordinate representation of color #7043CF: hue angle of 259.29º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7043CF is Cyan = 0.46, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 112 67 207 -
CMYK 0.46 0.68 0 0.19
HSL 259.29º 0.59% 0.54% -
HSV(B) 259.29º 0.68% 0.81% -
XYZ 19.95 11.96 60.29 -
YUV 96.42 190.41 139.12 -
System Red Green Blue C M Y K H S L
Decimal 112 67 207 0.46 0.68 0 0.19 259.29 0.59 0.54
Hex 70 43 CF 2E 44 0 13 103 3B 36
Octal 160 103 317 56 104 0 23 403 73 66
Binary 1110000 1000011 11001111 101110 1000100 0 10011 100000011 111011 110110

Color Harmonies of #7043CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7043CF

Black with #7043CF

Text Example


Text Example

White with #7043CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7043CF; }

 p { color: rgb(112,67,207); }

 H1.HeaderClassName
 {
   color: #7043CF;
 }
 .AnyTagClassName
 {
   color: #7043CF;
 }
</style>

background-color css

<style>
 a { background-color: #7043CF; }

 a { background-color: rgb(112,67,207); }

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

border-color css

<style>
 span { border-color: #7043CF; }

 span { border-color: rgb(112,67,207); }

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