Html Css Color HEX #7F41CD Blue Violet

📋 copy color: '#7F41CD'

red 127 ◦ green 65 ◦ blue 205

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

Shades of Blue Violet #7F41CD

Tints of Blue Violet #7F41CD

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.37%

 BLUE value IS 205 (80.47% from 255) = 51.64%

R = 31.99%
G = 16.37%
B = 51.64%

CMYK

 C value IS 0.38

 M value IS 0.68

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7F41CD (or 0x7F41CD) is known color: Blue Violet. HEX triplet: 7F, 41 and CD. RGB value is (127,65,205). Sum of RGB (Red+Green+Blue) = 127+65+205=397 (52% of max value = 765). Red value is 127 (50% from 255 or 31.99% from 397); Green value is 65 (25.78% from 255 or 16.37% from 397); Blue value is 205 (80.47% from 255 or 51.64% from 397); Max value from RGB is 205 - color contains mainly: blue. Hex color #7F41CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F41CD is #80BE32. Grayscale: #636363. Windows color (decimal): -8437299 or 13451647. OLE color: 13451647.

HSL color Cylindrical-coordinate representation of color #7F41CD: hue angle of 266.57º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7F41CD is Cyan = 0.38, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 127 65 205 -
CMYK 0.38 0.68 0 0.20
HSL 266.57º 0.58% 0.53% -
HSV(B) 266.57º 0.68% 0.8% -
XYZ 21.66 12.7 59.07 -
YUV 99.5 187.54 147.62 -
System Red Green Blue C M Y K H S L
Decimal 127 65 205 0.38 0.68 0 0.20 266.57 0.58 0.53
Hex 7F 41 CD 26 44 0 14 10B 3A 35
Octal 177 101 315 46 104 0 24 413 72 65
Binary 1111111 1000001 11001101 100110 1000100 0 10100 100001011 111010 110101

Color Harmonies of #7F41CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F41CD

Black with #7F41CD

Text Example


Text Example

White with #7F41CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,65,205); }

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

background-color css

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

 a { background-color: rgb(127,65,205); }

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

border-color css

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

 span { border-color: rgb(127,65,205); }

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