Html Css Color HEX #7F29FA Blue Violet

📋 copy color: '#7F29FA'

red 127 ◦ green 41 ◦ blue 250

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

Shades of Blue Violet #7F29FA

Tints of Blue Violet #7F29FA

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.81%

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

R = 30.38%
G = 9.81%
B = 59.81%

CMYK

 C value IS 0.49

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7F29FA (or 0x7F29FA) is known color: Blue Violet. HEX triplet: 7F, 29 and FA. RGB value is (127,41,250). Sum of RGB (Red+Green+Blue) = 127+41+250=418 (55% of max value = 765). Red value is 127 (50% from 255 or 30.38% from 418); Green value is 41 (16.41% from 255 or 9.81% from 418); Blue value is 250 (98.05% from 255 or 59.81% from 418); Max value from RGB is 250 - color contains mainly: blue. Hex color #7F29FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7F29FA is #80D605. Grayscale: #595959. Windows color (decimal): -8443398 or 16394623. OLE color: 16394623.

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

Color convert

RGB 127 41 250 -
CMYK 0.49 0.84 0 0.02
HSL 264.69º 0.95% 0.57% -
HSV(B) 264.69º 0.84% 0.98% -
XYZ 26.8 13 91.54 -
YUV 90.54 217.99 154.01 -
System Red Green Blue C M Y K H S L
Decimal 127 41 250 0.49 0.84 0 0.02 264.69 0.95 0.57
Hex 7F 29 FA 31 54 0 2 109 5F 39
Octal 177 51 372 61 124 0 2 411 137 71
Binary 1111111 101001 11111010 110001 1010100 0 10 100001001 1011111 111001

Color Harmonies of #7F29FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F29FA

Black with #7F29FA

Text Example


Text Example

White with #7F29FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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