Html Css Color HEX #7F1CFC Blue Violet

📋 copy color: '#7F1CFC'

red 127 ◦ green 28 ◦ blue 252

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

Shades of Blue Violet #7F1CFC

Tints of Blue Violet #7F1CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 61.92%

R = 31.2%
G = 6.88%
B = 61.92%

CMYK

 C value IS 0.50

 M value IS 0.89

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7F1CFC (or 0x7F1CFC) is known color: Blue Violet. HEX triplet: 7F, 1C and FC. RGB value is (127,28,252). Sum of RGB (Red+Green+Blue) = 127+28+252=407 (53% of max value = 765). Red value is 127 (50% from 255 or 31.20% from 407); Green value is 28 (11.33% from 255 or 6.88% from 407); Blue value is 252 (98.83% from 255 or 61.92% from 407); Max value from RGB is 252 - color contains mainly: blue. Hex color #7F1CFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7F1CFC is #80E303. Grayscale: #525252. Windows color (decimal): -8446724 or 16522367. OLE color: 16522367.

HSL color Cylindrical-coordinate representation of color #7F1CFC: hue angle of 266.52º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7F1CFC is Cyan = 0.50, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 127 28 252 -
CMYK 0.50 0.89 0 0.01
HSL 266.52º 0.97% 0.55% -
HSV(B) 266.52º 0.89% 0.99% -
XYZ 26.74 12.37 93.07 -
YUV 83.14 223.3 159.29 -
System Red Green Blue C M Y K H S L
Decimal 127 28 252 0.50 0.89 0 0.01 266.52 0.97 0.55
Hex 7F 1C FC 32 59 0 1 10B 61 37
Octal 177 34 374 62 131 0 1 413 141 67
Binary 1111111 11100 11111100 110010 1011001 0 1 100001011 1100001 110111

Color Harmonies of #7F1CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F1CFC

Black with #7F1CFC

Text Example


Text Example

White with #7F1CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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