Html Css Color HEX #7F1CC5 Blue Violet

📋 copy color: '#7F1CC5'

red 127 ◦ green 28 ◦ blue 197

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

Shades of Blue Violet #7F1CC5

Tints of Blue Violet #7F1CC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 55.97%

R = 36.08%
G = 7.95%
B = 55.97%

CMYK

 C value IS 0.36

 M value IS 0.86

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#7F1CC5 (or 0x7F1CC5) is known color: Blue Violet. HEX triplet: 7F, 1C and C5. RGB value is (127,28,197). Sum of RGB (Red+Green+Blue) = 127+28+197=352 (46% of max value = 765). Red value is 127 (50% from 255 or 36.08% from 352); Green value is 28 (11.33% from 255 or 7.95% from 352); Blue value is 197 (77.34% from 255 or 55.97% from 352); Max value from RGB is 197 - color contains mainly: blue. Hex color #7F1CC5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F1CC5 is #80E33A. Grayscale: #4C4C4C. Windows color (decimal): -8446779 or 12917887. OLE color: 12917887.

HSL color Cylindrical-coordinate representation of color #7F1CC5: hue angle of 275.15º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7F1CC5 is Cyan = 0.36, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 127 28 197 -
CMYK 0.36 0.86 0 0.23
HSL 275.15º 0.75% 0.44% -
HSV(B) 275.15º 0.86% 0.77% -
XYZ 19.25 9.37 53.62 -
YUV 76.87 195.8 163.76 -
System Red Green Blue C M Y K H S L
Decimal 127 28 197 0.36 0.86 0 0.23 275.15 0.75 0.44
Hex 7F 1C C5 24 56 0 17 113 4B 2C
Octal 177 34 305 44 126 0 27 423 113 54
Binary 1111111 11100 11000101 100100 1010110 0 10111 100010011 1001011 101100

Color Harmonies of #7F1CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F1CC5

Black with #7F1CC5

Text Example


Text Example

White with #7F1CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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