Html Css Color HEX #7F32CA Blue Violet

📋 copy color: '#7F32CA'

red 127 ◦ green 50 ◦ blue 202

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

Shades of Blue Violet #7F32CA

Tints of Blue Violet #7F32CA

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.19%

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

R = 33.51%
G = 13.19%
B = 53.3%

CMYK

 C value IS 0.37

 M value IS 0.75

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7F32CA (or 0x7F32CA) is known color: Blue Violet. HEX triplet: 7F, 32 and CA. RGB value is (127,50,202). Sum of RGB (Red+Green+Blue) = 127+50+202=379 (50% of max value = 765). Red value is 127 (50% from 255 or 33.51% from 379); Green value is 50 (19.92% from 255 or 13.19% from 379); Blue value is 202 (79.30% from 255 or 53.30% from 379); Max value from RGB is 202 - color contains mainly: blue. Hex color #7F32CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F32CA is #80CD35. Grayscale: #595959. Windows color (decimal): -8441142 or 13251199. OLE color: 13251199.

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

Color convert

RGB 127 50 202 -
CMYK 0.37 0.75 0 0.21
HSL 270.39º 0.6% 0.49% -
HSV(B) 270.39º 0.75% 0.79% -
XYZ 20.55 11.06 56.93 -
YUV 90.35 191.01 154.14 -
System Red Green Blue C M Y K H S L
Decimal 127 50 202 0.37 0.75 0 0.21 270.39 0.6 0.49
Hex 7F 32 CA 25 4B 0 15 10E 3C 31
Octal 177 62 312 45 113 0 25 416 74 61
Binary 1111111 110010 11001010 100101 1001011 0 10101 100001110 111100 110001

Color Harmonies of #7F32CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F32CA

Black with #7F32CA

Text Example


Text Example

White with #7F32CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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