Html Css Color HEX #7F34CF Blue Violet

📋 copy color: '#7F34CF'

red 127 ◦ green 52 ◦ blue 207

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

Shades of Blue Violet #7F34CF

Tints of Blue Violet #7F34CF

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.47%

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

R = 32.9%
G = 13.47%
B = 53.63%

CMYK

 C value IS 0.39

 M value IS 0.75

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7F34CF (or 0x7F34CF) is known color: Blue Violet. HEX triplet: 7F, 34 and CF. RGB value is (127,52,207). Sum of RGB (Red+Green+Blue) = 127+52+207=386 (51% of max value = 765). Red value is 127 (50% from 255 or 32.90% from 386); Green value is 52 (20.70% from 255 or 13.47% from 386); Blue value is 207 (81.25% from 255 or 53.63% from 386); Max value from RGB is 207 - color contains mainly: blue. Hex color #7F34CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F34CF is #80CB30. Grayscale: #5B5B5B. Windows color (decimal): -8440625 or 13579391. OLE color: 13579391.

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

Color convert

RGB 127 52 207 -
CMYK 0.39 0.75 0 0.19
HSL 269.03º 0.62% 0.51% -
HSV(B) 269.03º 0.75% 0.81% -
XYZ 21.24 11.47 60.13 -
YUV 92.1 192.85 152.9 -
System Red Green Blue C M Y K H S L
Decimal 127 52 207 0.39 0.75 0 0.19 269.03 0.62 0.51
Hex 7F 34 CF 27 4B 0 13 10D 3E 33
Octal 177 64 317 47 113 0 23 415 76 63
Binary 1111111 110100 11001111 100111 1001011 0 10011 100001101 111110 110011

Color Harmonies of #7F34CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F34CF

Black with #7F34CF

Text Example


Text Example

White with #7F34CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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