Html Css Color HEX #7F29FD Blue Violet

📋 copy color: '#7F29FD'

red 127 ◦ green 41 ◦ blue 253

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

Shades of Blue Violet #7F29FD

Tints of Blue Violet #7F29FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 60.1%

R = 30.17%
G = 9.74%
B = 60.1%

CMYK

 C value IS 0.50

 M value IS 0.84

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7F29FD (or 0x7F29FD) is known color: Blue Violet. HEX triplet: 7F, 29 and FD. RGB value is (127,41,253). Sum of RGB (Red+Green+Blue) = 127+41+253=421 (55% of max value = 765). Red value is 127 (50% from 255 or 30.17% from 421); Green value is 41 (16.41% from 255 or 9.74% from 421); Blue value is 253 (99.22% from 255 or 60.10% from 421); Max value from RGB is 253 - color contains mainly: blue. Hex color #7F29FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7F29FD is #80D602. Grayscale: #5A5A5A. Windows color (decimal): -8443395 or 16591231. OLE color: 16591231.

HSL color Cylindrical-coordinate representation of color #7F29FD: hue angle of 264.34º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7F29FD is Cyan = 0.50, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 127 41 253 -
CMYK 0.50 0.84 0 0.01
HSL 264.34º 0.98% 0.58% -
HSV(B) 264.34º 0.84% 0.99% -
XYZ 27.27 13.19 94.04 -
YUV 90.88 219.49 153.76 -
System Red Green Blue C M Y K H S L
Decimal 127 41 253 0.50 0.84 0 0.01 264.34 0.98 0.58
Hex 7F 29 FD 32 54 0 1 108 62 3A
Octal 177 51 375 62 124 0 1 410 142 72
Binary 1111111 101001 11111101 110010 1010100 0 1 100001000 1100010 111010

Color Harmonies of #7F29FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F29FD

Black with #7F29FD

Text Example


Text Example

White with #7F29FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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