Html Css Color HEX #7F4ADD Blue Violet

📋 copy color: '#7F4ADD'

red 127 ◦ green 74 ◦ blue 221

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

Shades of Blue Violet #7F4ADD

Tints of Blue Violet #7F4ADD

RGB

 RED value IS 127 (50% from 255) = 30.09%

 GREEN value IS 74 (29.3% from 255) = 17.54%

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

R = 30.09%
G = 17.54%
B = 52.37%

CMYK

 C value IS 0.43

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7F4ADD (or 0x7F4ADD) is known color: Blue Violet. HEX triplet: 7F, 4A and DD. RGB value is (127,74,221). Sum of RGB (Red+Green+Blue) = 127+74+221=422 (55% of max value = 765). Red value is 127 (50% from 255 or 30.09% from 422); Green value is 74 (29.30% from 255 or 17.54% from 422); Blue value is 221 (86.72% from 255 or 52.37% from 422); Max value from RGB is 221 - color contains mainly: blue. Hex color #7F4ADD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F4ADD is #80B522. Grayscale: #6A6A6A. Windows color (decimal): -8434979 or 14502527. OLE color: 14502527.

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

Color convert

RGB 127 74 221 -
CMYK 0.43 0.67 0 0.13
HSL 261.63º 0.68% 0.58% -
HSV(B) 261.63º 0.67% 0.87% -
XYZ 24.25 14.63 69.95 -
YUV 106.61 192.56 142.55 -
System Red Green Blue C M Y K H S L
Decimal 127 74 221 0.43 0.67 0 0.13 261.63 0.68 0.58
Hex 7F 4A DD 2B 43 0 D 106 44 3A
Octal 177 112 335 53 103 0 15 406 104 72
Binary 1111111 1001010 11011101 101011 1000011 0 1101 100000110 1000100 111010

Color Harmonies of #7F4ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F4ADD

Black with #7F4ADD

Text Example


Text Example

White with #7F4ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,74,221); }

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

background-color css

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

 a { background-color: rgb(127,74,221); }

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

border-color css

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

 span { border-color: rgb(127,74,221); }

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