Html Css Color HEX #7F1EEA Blue Violet

📋 copy color: '#7F1EEA'

red 127 ◦ green 30 ◦ blue 234

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

Shades of Blue Violet #7F1EEA

Tints of Blue Violet #7F1EEA

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.67%

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

R = 32.48%
G = 7.67%
B = 59.85%

CMYK

 C value IS 0.46

 M value IS 0.87

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7F1EEA (or 0x7F1EEA) is known color: Blue Violet. HEX triplet: 7F, 1E and EA. RGB value is (127,30,234). Sum of RGB (Red+Green+Blue) = 127+30+234=391 (51% of max value = 765). Red value is 127 (50% from 255 or 32.48% from 391); Green value is 30 (12.11% from 255 or 7.67% from 391); Blue value is 234 (91.80% from 255 or 59.85% from 391); Max value from RGB is 234 - color contains mainly: blue. Hex color #7F1EEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7F1EEA is #80E115. Grayscale: #515151. Windows color (decimal): -8446230 or 15343231. OLE color: 15343231.

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

Color convert

RGB 127 30 234 -
CMYK 0.46 0.87 0 0.08
HSL 268.53º 0.83% 0.52% -
HSV(B) 268.53º 0.87% 0.92% -
XYZ 24.07 11.38 78.77 -
YUV 82.26 213.64 159.91 -
System Red Green Blue C M Y K H S L
Decimal 127 30 234 0.46 0.87 0 0.08 268.53 0.83 0.52
Hex 7F 1E EA 2E 57 0 8 10D 53 34
Octal 177 36 352 56 127 0 10 415 123 64
Binary 1111111 11110 11101010 101110 1010111 0 1000 100001101 1010011 110100

Color Harmonies of #7F1EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F1EEA

Black with #7F1EEA

Text Example


Text Example

White with #7F1EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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