Html Css Color HEX #7F20CF Blue Violet

📋 copy color: '#7F20CF'

red 127 ◦ green 32 ◦ blue 207

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

Shades of Blue Violet #7F20CF

Tints of Blue Violet #7F20CF

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.74%

 BLUE value IS 207 (81.25% from 255) = 56.56%

R = 34.7%
G = 8.74%
B = 56.56%

CMYK

 C value IS 0.39

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7F20CF (or 0x7F20CF) is known color: Blue Violet. HEX triplet: 7F, 20 and CF. RGB value is (127,32,207). Sum of RGB (Red+Green+Blue) = 127+32+207=366 (48% of max value = 765). Red value is 127 (50% from 255 or 34.70% from 366); Green value is 32 (12.89% from 255 or 8.74% from 366); Blue value is 207 (81.25% from 255 or 56.56% from 366); Max value from RGB is 207 - color contains mainly: blue. Hex color #7F20CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F20CF is #80DF30. Grayscale: #4F4F4F. Windows color (decimal): -8445745 or 13574271. OLE color: 13574271.

HSL color Cylindrical-coordinate representation of color #7F20CF: hue angle of 272.57º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7F20CF is Cyan = 0.39, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 127 32 207 -
CMYK 0.39 0.85 0 0.19
HSL 272.57º 0.73% 0.47% -
HSV(B) 272.57º 0.85% 0.81% -
XYZ 20.53 10.05 59.89 -
YUV 80.36 199.47 161.27 -
System Red Green Blue C M Y K H S L
Decimal 127 32 207 0.39 0.85 0 0.19 272.57 0.73 0.47
Hex 7F 20 CF 27 55 0 13 111 49 2F
Octal 177 40 317 47 125 0 23 421 111 57
Binary 1111111 100000 11001111 100111 1010101 0 10011 100010001 1001001 101111

Color Harmonies of #7F20CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F20CF

Black with #7F20CF

Text Example


Text Example

White with #7F20CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,32,207); }

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

background-color css

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

 a { background-color: rgb(127,32,207); }

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

border-color css

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

 span { border-color: rgb(127,32,207); }

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