Html Css Color HEX #7F10ED Blue Violet

📋 copy color: '#7F10ED'

red 127 ◦ green 16 ◦ blue 237

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

Shades of Blue Violet #7F10ED

Tints of Blue Violet #7F10ED

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.21%

 BLUE value IS 237 (92.97% from 255) = 62.37%

R = 33.42%
G = 4.21%
B = 62.37%

CMYK

 C value IS 0.46

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7F10ED (or 0x7F10ED) is known color: Blue Violet. HEX triplet: 7F, 10 and ED. RGB value is (127,16,237). Sum of RGB (Red+Green+Blue) = 127+16+237=380 (50% of max value = 765). Red value is 127 (50% from 255 or 33.42% from 380); Green value is 16 (6.64% from 255 or 4.21% from 380); Blue value is 237 (92.97% from 255 or 62.37% from 380); Max value from RGB is 237 - color contains mainly: blue. Hex color #7F10ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7F10ED is #80EF12. Grayscale: #494949. Windows color (decimal): -8449811 or 15536255. OLE color: 15536255.

HSL color Cylindrical-coordinate representation of color #7F10ED: hue angle of 270.14º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7F10ED is Cyan = 0.46, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 127 16 237 -
CMYK 0.46 0.93 0 0.07
HSL 270.14º 0.87% 0.5% -
HSV(B) 270.14º 0.93% 0.93% -
XYZ 24.22 11 80.97 -
YUV 74.38 219.77 165.53 -
System Red Green Blue C M Y K H S L
Decimal 127 16 237 0.46 0.93 0 0.07 270.14 0.87 0.5
Hex 7F 10 ED 2E 5D 0 7 10E 57 32
Octal 177 20 355 56 135 0 7 416 127 62
Binary 1111111 10000 11101101 101110 1011101 0 111 100001110 1010111 110010

Color Harmonies of #7F10ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F10ED

Black with #7F10ED

Text Example


Text Example

White with #7F10ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,16,237); }

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

background-color css

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

 a { background-color: rgb(127,16,237); }

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

border-color css

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

 span { border-color: rgb(127,16,237); }

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