Html Css Color HEX #7F35CA Blue Violet

📋 copy color: '#7F35CA'

red 127 ◦ green 53 ◦ blue 202

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

Shades of Blue Violet #7F35CA

Tints of Blue Violet #7F35CA

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.87%

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

R = 33.25%
G = 13.87%
B = 52.88%

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

#7F35CA (or 0x7F35CA) is known color: Blue Violet. HEX triplet: 7F, 35 and CA. RGB value is (127,53,202). Sum of RGB (Red+Green+Blue) = 127+53+202=382 (50% of max value = 765). Red value is 127 (50% from 255 or 33.25% from 382); Green value is 53 (21.09% from 255 or 13.87% from 382); Blue value is 202 (79.30% from 255 or 52.88% from 382); Max value from RGB is 202 - color contains mainly: blue. Hex color #7F35CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F35CA is #80CA35. Grayscale: #5B5B5B. Windows color (decimal): -8440374 or 13251967. OLE color: 13251967.

HSL color Cylindrical-coordinate representation of color #7F35CA: hue angle of 269.8º degrees, saturation: 0.58, 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 #7F35CA is Cyan = 0.37, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 127 53 202 -
CMYK 0.37 0.74 0 0.21
HSL 269.8º 0.58% 0.5% -
HSV(B) 269.8º 0.74% 0.79% -
XYZ 20.69 11.32 56.97 -
YUV 92.11 190.02 152.88 -
System Red Green Blue C M Y K H S L
Decimal 127 53 202 0.37 0.74 0 0.21 269.8 0.58 0.5
Hex 7F 35 CA 25 4A 0 15 10E 3A 32
Octal 177 65 312 45 112 0 25 416 72 62
Binary 1111111 110101 11001010 100101 1001010 0 10101 100001110 111010 110010

Color Harmonies of #7F35CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F35CA

Black with #7F35CA

Text Example


Text Example

White with #7F35CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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