Html Css Color HEX #7C47DA Slate Blue

📋 copy color: '#7C47DA'

red 124 ◦ green 71 ◦ blue 218

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

Shades of Slate Blue #7C47DA

Tints of Slate Blue #7C47DA

RGB

 RED value IS 124 (48.83% from 255) = 30.02%

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

 BLUE value IS 218 (85.55% from 255) = 52.78%

R = 30.02%
G = 17.19%
B = 52.78%

CMYK

 C value IS 0.43

 M value IS 0.67

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7C47DA (or 0x7C47DA) is known color: Slate Blue. HEX triplet: 7C, 47 and DA. RGB value is (124,71,218). Sum of RGB (Red+Green+Blue) = 124+71+218=413 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.02% from 413); Green value is 71 (28.12% from 255 or 17.19% from 413); Blue value is 218 (85.55% from 255 or 52.78% from 413); Max value from RGB is 218 - color contains mainly: blue. Hex color #7C47DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C47DA is #83B825. Grayscale: #676767. Windows color (decimal): -8632358 or 14305148. OLE color: 14305148.

HSL color Cylindrical-coordinate representation of color #7C47DA: hue angle of 261.63º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7C47DA is Cyan = 0.43, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 124 71 218 -
CMYK 0.43 0.67 0 0.15
HSL 261.63º 0.67% 0.57% -
HSV(B) 261.63º 0.67% 0.85% -
XYZ 23.22 13.85 67.78 -
YUV 103.61 192.56 142.55 -
System Red Green Blue C M Y K H S L
Decimal 124 71 218 0.43 0.67 0 0.15 261.63 0.67 0.57
Hex 7C 47 DA 2B 43 0 F 106 43 39
Octal 174 107 332 53 103 0 17 406 103 71
Binary 1111100 1000111 11011010 101011 1000011 0 1111 100000110 1000011 111001

Color Harmonies of #7C47DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C47DA

Black with #7C47DA

Text Example


Text Example

White with #7C47DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7C47DA; }

 p { color: rgb(124,71,218); }

 H1.HeaderClassName
 {
   color: #7C47DA;
 }
 .AnyTagClassName
 {
   color: #7C47DA;
 }
</style>

background-color css

<style>
 a { background-color: #7C47DA; }

 a { background-color: rgb(124,71,218); }

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

border-color css

<style>
 span { border-color: #7C47DA; }

 span { border-color: rgb(124,71,218); }

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