Html Css Color HEX #7F34CA Blue Violet

📋 copy color: '#7F34CA'

red 127 ◦ green 52 ◦ blue 202

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

Shades of Blue Violet #7F34CA

Tints of Blue Violet #7F34CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 53.02%

R = 33.33%
G = 13.65%
B = 53.02%

CMYK

 C value IS 0.37

 M value IS 0.74

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7F34CA (or 0x7F34CA) is known color: Blue Violet. HEX triplet: 7F, 34 and CA. RGB value is (127,52,202). Sum of RGB (Red+Green+Blue) = 127+52+202=381 (50% of max value = 765). Red value is 127 (50% from 255 or 33.33% from 381); Green value is 52 (20.70% from 255 or 13.65% from 381); Blue value is 202 (79.30% from 255 or 53.02% from 381); Max value from RGB is 202 - color contains mainly: blue. Hex color #7F34CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F34CA is #80CB35. Grayscale: #5B5B5B. Windows color (decimal): -8440630 or 13251711. OLE color: 13251711.

HSL color Cylindrical-coordinate representation of color #7F34CA: hue angle of 270º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7F34CA is Cyan = 0.37, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 127 52 202 -
CMYK 0.37 0.74 0 0.21
HSL 270º 0.59% 0.5% -
HSV(B) 270º 0.74% 0.79% -
XYZ 20.64 11.23 56.96 -
YUV 91.53 190.35 153.3 -
System Red Green Blue C M Y K H S L
Decimal 127 52 202 0.37 0.74 0 0.21 270 0.59 0.5
Hex 7F 34 CA 25 4A 0 15 10E 3B 32
Octal 177 64 312 45 112 0 25 416 73 62
Binary 1111111 110100 11001010 100101 1001010 0 10101 100001110 111011 110010

Color Harmonies of #7F34CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F34CA

Black with #7F34CA

Text Example


Text Example

White with #7F34CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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