Html Css Color HEX #7F42FF Blue Violet

📋 copy color: '#7F42FF'

red 127 ◦ green 66 ◦ blue 255

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

Shades of Blue Violet #7F42FF

Tints of Blue Violet #7F42FF

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.73%

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

R = 28.35%
G = 14.73%
B = 56.92%

CMYK

 C value IS 0.50

 M value IS 0.74

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7F42FF (or 0x7F42FF) is known color: Blue Violet. HEX triplet: 7F, 42 and FF. RGB value is (127,66,255). Sum of RGB (Red+Green+Blue) = 127+66+255=448 (59% of max value = 765). Red value is 127 (50% from 255 or 28.35% from 448); Green value is 66 (26.17% from 255 or 14.73% from 448); Blue value is 255 (100% from 255 or 56.92% from 448); Max value from RGB is 255 - color contains mainly: blue. Hex color #7F42FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7F42FF is #80BD00. Grayscale: #696969. Windows color (decimal): -8436993 or 16728703. OLE color: 16728703.

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

Color convert

RGB 127 66 255 -
CMYK 0.50 0.74 0 0
HSL 259.37º 1% 0.63% -
HSV(B) 259.37º 0.74% 1% -
XYZ 28.75 15.63 96.11 -
YUV 105.79 212.21 143.13 -
System Red Green Blue C M Y K H S L
Decimal 127 66 255 0.50 0.74 0 0 259.37 1 0.63
Hex 7F 42 FF 32 4A 0 0 103 64 3F
Octal 177 102 377 62 112 0 0 403 144 77
Binary 1111111 1000010 11111111 110010 1001010 0 0 100000011 1100100 111111

Color Harmonies of #7F42FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F42FF

Black with #7F42FF

Text Example


Text Example

White with #7F42FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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