Html Css Color HEX #7F1CEC Blue Violet

📋 copy color: '#7F1CEC'

red 127 ◦ green 28 ◦ blue 236

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

Shades of Blue Violet #7F1CEC

Tints of Blue Violet #7F1CEC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.16%

 BLUE value IS 236 (92.58% from 255) = 60.36%

R = 32.48%
G = 7.16%
B = 60.36%

CMYK

 C value IS 0.46

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7F1CEC (or 0x7F1CEC) is known color: Blue Violet. HEX triplet: 7F, 1C and EC. RGB value is (127,28,236). Sum of RGB (Red+Green+Blue) = 127+28+236=391 (51% of max value = 765). Red value is 127 (50% from 255 or 32.48% from 391); Green value is 28 (11.33% from 255 or 7.16% from 391); Blue value is 236 (92.58% from 255 or 60.36% from 391); Max value from RGB is 236 - color contains mainly: blue. Hex color #7F1CEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7F1CEC is #80E313. Grayscale: #505050. Windows color (decimal): -8446740 or 15473791. OLE color: 15473791.

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

Color convert

RGB 127 28 236 -
CMYK 0.46 0.88 0 0.07
HSL 268.56º 0.85% 0.52% -
HSV(B) 268.56º 0.88% 0.93% -
XYZ 24.31 11.4 80.28 -
YUV 81.31 215.3 160.59 -
System Red Green Blue C M Y K H S L
Decimal 127 28 236 0.46 0.88 0 0.07 268.56 0.85 0.52
Hex 7F 1C EC 2E 58 0 7 10D 55 34
Octal 177 34 354 56 130 0 7 415 125 64
Binary 1111111 11100 11101100 101110 1011000 0 111 100001101 1010101 110100

Color Harmonies of #7F1CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F1CEC

Black with #7F1CEC

Text Example


Text Example

White with #7F1CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,28,236); }

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

background-color css

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

 a { background-color: rgb(127,28,236); }

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

border-color css

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

 span { border-color: rgb(127,28,236); }

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