Html Css Color HEX #7F27F1 Blue Violet

📋 copy color: '#7F27F1'

red 127 ◦ green 39 ◦ blue 241

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

Shades of Blue Violet #7F27F1

Tints of Blue Violet #7F27F1

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.58%

 BLUE value IS 241 (94.53% from 255) = 59.21%

R = 31.2%
G = 9.58%
B = 59.21%

CMYK

 C value IS 0.47

 M value IS 0.84

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#7F27F1 (or 0x7F27F1) is known color: Blue Violet. HEX triplet: 7F, 27 and F1. RGB value is (127,39,241). Sum of RGB (Red+Green+Blue) = 127+39+241=407 (53% of max value = 765). Red value is 127 (50% from 255 or 31.20% from 407); Green value is 39 (15.62% from 255 or 9.58% from 407); Blue value is 241 (94.53% from 255 or 59.21% from 407); Max value from RGB is 241 - color contains mainly: blue. Hex color #7F27F1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7F27F1 is #80D80E. Grayscale: #575757. Windows color (decimal): -8443919 or 15804287. OLE color: 15804287.

HSL color Cylindrical-coordinate representation of color #7F27F1: hue angle of 266.14º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7F27F1 is Cyan = 0.47, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 127 39 241 -
CMYK 0.47 0.84 0 0.05
HSL 266.14º 0.88% 0.55% -
HSV(B) 266.14º 0.84% 0.95% -
XYZ 25.36 12.31 84.26 -
YUV 88.34 214.15 155.57 -
System Red Green Blue C M Y K H S L
Decimal 127 39 241 0.47 0.84 0 0.05 266.14 0.88 0.55
Hex 7F 27 F1 2F 54 0 5 10A 58 37
Octal 177 47 361 57 124 0 5 412 130 67
Binary 1111111 100111 11110001 101111 1010100 0 101 100001010 1011000 110111

Color Harmonies of #7F27F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F27F1

Black with #7F27F1

Text Example


Text Example

White with #7F27F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,39,241); }

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

background-color css

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

 a { background-color: rgb(127,39,241); }

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

border-color css

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

 span { border-color: rgb(127,39,241); }

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