Html Css Color HEX #7D40CE Blue Violet

📋 copy color: '#7D40CE'

red 125 ◦ green 64 ◦ blue 206

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

Shades of Blue Violet #7D40CE

Tints of Blue Violet #7D40CE

RGB

 RED value IS 125 (49.22% from 255) = 31.65%

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

 BLUE value IS 206 (80.86% from 255) = 52.15%

R = 31.65%
G = 16.2%
B = 52.15%

CMYK

 C value IS 0.39

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7D40CE (or 0x7D40CE) is known color: Blue Violet. HEX triplet: 7D, 40 and CE. RGB value is (125,64,206). Sum of RGB (Red+Green+Blue) = 125+64+206=395 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.65% from 395); Green value is 64 (25.39% from 255 or 16.20% from 395); Blue value is 206 (80.86% from 255 or 52.15% from 395); Max value from RGB is 206 - color contains mainly: blue. Hex color #7D40CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D40CE is #82BF31. Grayscale: #616161. Windows color (decimal): -8568626 or 13516925. OLE color: 13516925.

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

Color convert

RGB 125 64 206 -
CMYK 0.39 0.69 0 0.19
HSL 265.77º 0.59% 0.53% -
HSV(B) 265.77º 0.69% 0.81% -
XYZ 21.43 12.48 59.67 -
YUV 98.43 188.71 146.95 -
System Red Green Blue C M Y K H S L
Decimal 125 64 206 0.39 0.69 0 0.19 265.77 0.59 0.53
Hex 7D 40 CE 27 45 0 13 10A 3B 35
Octal 175 100 316 47 105 0 23 412 73 65
Binary 1111101 1000000 11001110 100111 1000101 0 10011 100001010 111011 110101

Color Harmonies of #7D40CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D40CE

Black with #7D40CE

Text Example


Text Example

White with #7D40CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,64,206); }

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

background-color css

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

 a { background-color: rgb(125,64,206); }

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

border-color css

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

 span { border-color: rgb(125,64,206); }

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