Html Css Color HEX #7F42EA Blue Violet

📋 copy color: '#7F42EA'

red 127 ◦ green 66 ◦ blue 234

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

Shades of Blue Violet #7F42EA

Tints of Blue Violet #7F42EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 54.8%

R = 29.74%
G = 15.46%
B = 54.8%

CMYK

 C value IS 0.46

 M value IS 0.72

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7F42EA (or 0x7F42EA) is known color: Blue Violet. HEX triplet: 7F, 42 and EA. RGB value is (127,66,234). Sum of RGB (Red+Green+Blue) = 127+66+234=427 (56% of max value = 765). Red value is 127 (50% from 255 or 29.74% from 427); Green value is 66 (26.17% from 255 or 15.46% from 427); Blue value is 234 (91.80% from 255 or 54.80% from 427); Max value from RGB is 234 - color contains mainly: blue. Hex color #7F42EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7F42EA is #80BD15. Grayscale: #666666. Windows color (decimal): -8437014 or 15352447. OLE color: 15352447.

HSL color Cylindrical-coordinate representation of color #7F42EA: hue angle of 261.79º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7F42EA is Cyan = 0.46, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 127 66 234 -
CMYK 0.46 0.72 0 0.08
HSL 261.79º 0.8% 0.59% -
HSV(B) 261.79º 0.72% 0.92% -
XYZ 25.55 14.35 79.26 -
YUV 103.39 201.71 144.84 -
System Red Green Blue C M Y K H S L
Decimal 127 66 234 0.46 0.72 0 0.08 261.79 0.8 0.59
Hex 7F 42 EA 2E 48 0 8 106 50 3B
Octal 177 102 352 56 110 0 10 406 120 73
Binary 1111111 1000010 11101010 101110 1001000 0 1000 100000110 1010000 111011

Color Harmonies of #7F42EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F42EA

Black with #7F42EA

Text Example


Text Example

White with #7F42EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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