Html Css Color HEX #7F19FA Blue Violet

📋 copy color: '#7F19FA'

red 127 ◦ green 25 ◦ blue 250

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

Shades of Blue Violet #7F19FA

Tints of Blue Violet #7F19FA

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.22%

 BLUE value IS 250 (98.05% from 255) = 62.19%

R = 31.59%
G = 6.22%
B = 62.19%

CMYK

 C value IS 0.49

 M value IS 0.9

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7F19FA (or 0x7F19FA) is known color: Blue Violet. HEX triplet: 7F, 19 and FA. RGB value is (127,25,250). Sum of RGB (Red+Green+Blue) = 127+25+250=402 (53% of max value = 765). Red value is 127 (50% from 255 or 31.59% from 402); Green value is 25 (10.16% from 255 or 6.22% from 402); Blue value is 250 (98.05% from 255 or 62.19% from 402); Max value from RGB is 250 - color contains mainly: blue. Hex color #7F19FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7F19FA is #80E605. Grayscale: #505050. Windows color (decimal): -8447494 or 16390527. OLE color: 16390527.

HSL color Cylindrical-coordinate representation of color #7F19FA: hue angle of 267.2º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7F19FA is Cyan = 0.49, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 127 25 250 -
CMYK 0.49 0.9 0 0.02
HSL 267.2º 0.96% 0.54% -
HSV(B) 267.2º 0.9% 0.98% -
XYZ 26.36 12.11 91.39 -
YUV 81.15 223.29 160.7 -
System Red Green Blue C M Y K H S L
Decimal 127 25 250 0.49 0.9 0 0.02 267.2 0.96 0.54
Hex 7F 19 FA 31 5A 0 2 10B 60 36
Octal 177 31 372 61 132 0 2 413 140 66
Binary 1111111 11001 11111010 110001 1011010 0 10 100001011 1100000 110110

Color Harmonies of #7F19FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F19FA

Black with #7F19FA

Text Example


Text Example

White with #7F19FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,25,250); }

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

background-color css

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

 a { background-color: rgb(127,25,250); }

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

border-color css

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

 span { border-color: rgb(127,25,250); }

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