Html Css Color HEX #7F0BE7 Blue Violet

📋 copy color: '#7F0BE7'

red 127 ◦ green 11 ◦ blue 231

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

Shades of Blue Violet #7F0BE7

Tints of Blue Violet #7F0BE7

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.98%

 BLUE value IS 231 (90.63% from 255) = 62.6%

R = 34.42%
G = 2.98%
B = 62.6%

CMYK

 C value IS 0.45

 M value IS 0.95

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#7F0BE7 (or 0x7F0BE7) is known color: Blue Violet. HEX triplet: 7F, 0B and E7. RGB value is (127,11,231). Sum of RGB (Red+Green+Blue) = 127+11+231=369 (48% of max value = 765). Red value is 127 (50% from 255 or 34.42% from 369); Green value is 11 (4.69% from 255 or 2.98% from 369); Blue value is 231 (90.62% from 255 or 62.60% from 369); Max value from RGB is 231 - color contains mainly: blue. Hex color #7F0BE7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7F0BE7 is #80F418. Grayscale: #464646. Windows color (decimal): -8451097 or 15141759. OLE color: 15141759.

HSL color Cylindrical-coordinate representation of color #7F0BE7: hue angle of 271.64º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7F0BE7 is Cyan = 0.45, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 127 11 231 -
CMYK 0.45 0.95 0 0.09
HSL 271.64º 0.91% 0.47% -
HSV(B) 271.64º 0.95% 0.91% -
XYZ 23.3 10.52 76.4 -
YUV 70.76 218.43 168.11 -
System Red Green Blue C M Y K H S L
Decimal 127 11 231 0.45 0.95 0 0.09 271.64 0.91 0.47
Hex 7F B E7 2D 5F 0 9 110 5B 2F
Octal 177 13 347 55 137 0 11 420 133 57
Binary 1111111 1011 11100111 101101 1011111 0 1001 100010000 1011011 101111

Color Harmonies of #7F0BE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F0BE7

Black with #7F0BE7

Text Example


Text Example

White with #7F0BE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,11,231); }

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

background-color css

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

 a { background-color: rgb(127,11,231); }

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

border-color css

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

 span { border-color: rgb(127,11,231); }

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