Html Css Color HEX #7C2FDD Blue Violet

📋 copy color: '#7C2FDD'

red 124 ◦ green 47 ◦ blue 221

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

Shades of Blue Violet #7C2FDD

Tints of Blue Violet #7C2FDD

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.99%

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

R = 31.63%
G = 11.99%
B = 56.38%

CMYK

 C value IS 0.44

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7C2FDD (or 0x7C2FDD) is known color: Blue Violet. HEX triplet: 7C, 2F and DD. RGB value is (124,47,221). Sum of RGB (Red+Green+Blue) = 124+47+221=392 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.63% from 392); Green value is 47 (18.75% from 255 or 11.99% from 392); Blue value is 221 (86.72% from 255 or 56.38% from 392); Max value from RGB is 221 - color contains mainly: blue. Hex color #7C2FDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C2FDD is #83D022. Grayscale: #595959. Windows color (decimal): -8638499 or 14495612. OLE color: 14495612.

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

Color convert

RGB 124 47 221 -
CMYK 0.44 0.79 0 0.13
HSL 266.55º 0.72% 0.53% -
HSV(B) 266.55º 0.79% 0.87% -
XYZ 22.38 11.54 69.45 -
YUV 89.86 202.01 152.35 -
System Red Green Blue C M Y K H S L
Decimal 124 47 221 0.44 0.79 0 0.13 266.55 0.72 0.53
Hex 7C 2F DD 2C 4F 0 D 10B 48 35
Octal 174 57 335 54 117 0 15 413 110 65
Binary 1111100 101111 11011101 101100 1001111 0 1101 100001011 1001000 110101

Color Harmonies of #7C2FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C2FDD

Black with #7C2FDD

Text Example


Text Example

White with #7C2FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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