Html Css Color HEX #7F35FF Blue Violet

📋 copy color: '#7F35FF'

red 127 ◦ green 53 ◦ blue 255

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

Shades of Blue Violet #7F35FF

Tints of Blue Violet #7F35FF

RGB

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

 GREEN value IS 53 (21.09% from 255) = 12.18%

 BLUE value IS 255 (100% from 255) = 58.62%

R = 29.2%
G = 12.18%
B = 58.62%

CMYK

 C value IS 0.50

 M value IS 0.79

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7F35FF (or 0x7F35FF) is known color: Blue Violet. HEX triplet: 7F, 35 and FF. RGB value is (127,53,255). Sum of RGB (Red+Green+Blue) = 127+53+255=435 (57% of max value = 765). Red value is 127 (50% from 255 or 29.20% from 435); Green value is 53 (21.09% from 255 or 12.18% from 435); Blue value is 255 (100% from 255 or 58.62% from 435); Max value from RGB is 255 - color contains mainly: blue. Hex color #7F35FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7F35FF is #80CA00. Grayscale: #616161. Windows color (decimal): -8440321 or 16725375. OLE color: 16725375.

HSL color Cylindrical-coordinate representation of color #7F35FF: hue angle of 261.98º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7F35FF is Cyan = 0.50, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 127 53 255 -
CMYK 0.50 0.79 0 0
HSL 261.98º 1% 0.6% -
HSV(B) 261.98º 0.79% 1% -
XYZ 28.08 14.28 95.88 -
YUV 98.15 216.52 148.57 -
System Red Green Blue C M Y K H S L
Decimal 127 53 255 0.50 0.79 0 0 261.98 1 0.6
Hex 7F 35 FF 32 4F 0 0 106 64 3C
Octal 177 65 377 62 117 0 0 406 144 74
Binary 1111111 110101 11111111 110010 1001111 0 0 100000110 1100100 111100

Color Harmonies of #7F35FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F35FF

Black with #7F35FF

Text Example


Text Example

White with #7F35FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,53,255); }

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

background-color css

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

 a { background-color: rgb(127,53,255); }

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

border-color css

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

 span { border-color: rgb(127,53,255); }

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