Html Css Color HEX #7F40CD Blue Violet

📋 copy color: '#7F40CD'

red 127 ◦ green 64 ◦ blue 205

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

Shades of Blue Violet #7F40CD

Tints of Blue Violet #7F40CD

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.16%

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

R = 32.07%
G = 16.16%
B = 51.77%

CMYK

 C value IS 0.38

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7F40CD (or 0x7F40CD) is known color: Blue Violet. HEX triplet: 7F, 40 and CD. RGB value is (127,64,205). Sum of RGB (Red+Green+Blue) = 127+64+205=396 (52% of max value = 765). Red value is 127 (50% from 255 or 32.07% from 396); Green value is 64 (25.39% from 255 or 16.16% from 396); Blue value is 205 (80.47% from 255 or 51.77% from 396); Max value from RGB is 205 - color contains mainly: blue. Hex color #7F40CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F40CD is #80BF32. Grayscale: #626262. Windows color (decimal): -8437555 or 13451391. OLE color: 13451391.

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

Color convert

RGB 127 64 205 -
CMYK 0.38 0.69 0 0.20
HSL 266.81º 0.59% 0.53% -
HSV(B) 266.81º 0.69% 0.8% -
XYZ 21.61 12.59 59.05 -
YUV 98.91 187.87 148.04 -
System Red Green Blue C M Y K H S L
Decimal 127 64 205 0.38 0.69 0 0.20 266.81 0.59 0.53
Hex 7F 40 CD 26 45 0 14 10B 3B 35
Octal 177 100 315 46 105 0 24 413 73 65
Binary 1111111 1000000 11001101 100110 1000101 0 10100 100001011 111011 110101

Color Harmonies of #7F40CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F40CD

Black with #7F40CD

Text Example


Text Example

White with #7F40CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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