Html Css Color HEX #7F41CC Blue Violet

📋 copy color: '#7F41CC'

red 127 ◦ green 65 ◦ blue 204

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

Shades of Blue Violet #7F41CC

Tints of Blue Violet #7F41CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 51.52%

R = 32.07%
G = 16.41%
B = 51.52%

CMYK

 C value IS 0.38

 M value IS 0.68

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7F41CC (or 0x7F41CC) is known color: Blue Violet. HEX triplet: 7F, 41 and CC. RGB value is (127,65,204). Sum of RGB (Red+Green+Blue) = 127+65+204=396 (52% of max value = 765). Red value is 127 (50% from 255 or 32.07% from 396); Green value is 65 (25.78% from 255 or 16.41% from 396); Blue value is 204 (80.08% from 255 or 51.52% from 396); Max value from RGB is 204 - color contains mainly: blue. Hex color #7F41CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F41CC is #80BE33. Grayscale: #626262. Windows color (decimal): -8437300 or 13386111. OLE color: 13386111.

HSL color Cylindrical-coordinate representation of color #7F41CC: hue angle of 266.76º 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 #7F41CC is Cyan = 0.38, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 127 65 204 -
CMYK 0.38 0.68 0 0.2
HSL 266.76º 0.58% 0.53% -
HSV(B) 266.76º 0.68% 0.8% -
XYZ 21.54 12.65 58.43 -
YUV 99.38 187.04 147.7 -
System Red Green Blue C M Y K H S L
Decimal 127 65 204 0.38 0.68 0 0.2 266.76 0.58 0.53
Hex 7F 41 CC 26 44 0 14 10B 3A 35
Octal 177 101 314 46 104 0 24 413 72 65
Binary 1111111 1000001 11001100 100110 1000100 0 10100 100001011 111010 110101

Color Harmonies of #7F41CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F41CC

Black with #7F41CC

Text Example


Text Example

White with #7F41CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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