Html Css Color HEX #7F42E0 Blue Violet

📋 copy color: '#7F42E0'

red 127 ◦ green 66 ◦ blue 224

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

Shades of Blue Violet #7F42E0

Tints of Blue Violet #7F42E0

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.83%

 BLUE value IS 224 (87.89% from 255) = 53.72%

R = 30.46%
G = 15.83%
B = 53.72%

CMYK

 C value IS 0.43

 M value IS 0.71

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#7F42E0 (or 0x7F42E0) is known color: Blue Violet. HEX triplet: 7F, 42 and E0. RGB value is (127,66,224). Sum of RGB (Red+Green+Blue) = 127+66+224=417 (55% of max value = 765). Red value is 127 (50% from 255 or 30.46% from 417); Green value is 66 (26.17% from 255 or 15.83% from 417); Blue value is 224 (87.89% from 255 or 53.72% from 417); Max value from RGB is 224 - color contains mainly: blue. Hex color #7F42E0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F42E0 is #80BD1F. Grayscale: #656565. Windows color (decimal): -8437024 or 14697087. OLE color: 14697087.

HSL color Cylindrical-coordinate representation of color #7F42E0: hue angle of 263.16º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7F42E0 is Cyan = 0.43, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 127 66 224 -
CMYK 0.43 0.71 0 0.12
HSL 263.16º 0.72% 0.57% -
HSV(B) 263.16º 0.71% 0.88% -
XYZ 24.16 13.79 71.91 -
YUV 102.25 196.71 145.65 -
System Red Green Blue C M Y K H S L
Decimal 127 66 224 0.43 0.71 0 0.12 263.16 0.72 0.57
Hex 7F 42 E0 2B 47 0 C 107 48 39
Octal 177 102 340 53 107 0 14 407 110 71
Binary 1111111 1000010 11100000 101011 1000111 0 1100 100000111 1001000 111001

Color Harmonies of #7F42E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F42E0

Black with #7F42E0

Text Example


Text Example

White with #7F42E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,66,224); }

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

background-color css

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

 a { background-color: rgb(127,66,224); }

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

border-color css

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

 span { border-color: rgb(127,66,224); }

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