Html Css Color HEX #7C47DD Blue Violet

📋 copy color: '#7C47DD'

red 124 ◦ green 71 ◦ blue 221

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

Shades of Blue Violet #7C47DD

Tints of Blue Violet #7C47DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 53.13%

R = 29.81%
G = 17.07%
B = 53.13%

CMYK

 C value IS 0.44

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7C47DD (or 0x7C47DD) is known color: Blue Violet. HEX triplet: 7C, 47 and DD. RGB value is (124,71,221). Sum of RGB (Red+Green+Blue) = 124+71+221=416 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.81% from 416); Green value is 71 (28.12% from 255 or 17.07% from 416); Blue value is 221 (86.72% from 255 or 53.12% from 416); Max value from RGB is 221 - color contains mainly: blue. Hex color #7C47DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C47DD is #83B822. Grayscale: #676767. Windows color (decimal): -8632355 or 14501756. OLE color: 14501756.

HSL color Cylindrical-coordinate representation of color #7C47DD: hue angle of 261.2º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7C47DD is Cyan = 0.44, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 124 71 221 -
CMYK 0.44 0.68 0 0.13
HSL 261.2º 0.69% 0.57% -
HSV(B) 261.2º 0.68% 0.87% -
XYZ 23.62 14.01 69.87 -
YUV 103.95 194.06 142.3 -
System Red Green Blue C M Y K H S L
Decimal 124 71 221 0.44 0.68 0 0.13 261.2 0.69 0.57
Hex 7C 47 DD 2C 44 0 D 105 45 39
Octal 174 107 335 54 104 0 15 405 105 71
Binary 1111100 1000111 11011101 101100 1000100 0 1101 100000101 1000101 111001

Color Harmonies of #7C47DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C47DD

Black with #7C47DD

Text Example


Text Example

White with #7C47DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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