Html Css Color HEX #7F3ECD Blue Violet

📋 copy color: '#7F3ECD'

red 127 ◦ green 62 ◦ blue 205

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

Shades of Blue Violet #7F3ECD

Tints of Blue Violet #7F3ECD

RGB

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

 GREEN value IS 62 (24.61% from 255) = 15.74%

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

R = 32.23%
G = 15.74%
B = 52.03%

CMYK

 C value IS 0.38

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7F3ECD (or 0x7F3ECD) is known color: Blue Violet. HEX triplet: 7F, 3E and CD. RGB value is (127,62,205). Sum of RGB (Red+Green+Blue) = 127+62+205=394 (52% of max value = 765). Red value is 127 (50% from 255 or 32.23% from 394); Green value is 62 (24.61% from 255 or 15.74% from 394); Blue value is 205 (80.47% from 255 or 52.03% from 394); Max value from RGB is 205 - color contains mainly: blue. Hex color #7F3ECD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F3ECD is #80C132. Grayscale: #616161. Windows color (decimal): -8438067 or 13450879. OLE color: 13450879.

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

Color convert

RGB 127 62 205 -
CMYK 0.38 0.70 0 0.20
HSL 267.27º 0.59% 0.52% -
HSV(B) 267.27º 0.7% 0.8% -
XYZ 21.49 12.37 59.01 -
YUV 97.74 188.53 148.87 -
System Red Green Blue C M Y K H S L
Decimal 127 62 205 0.38 0.70 0 0.20 267.27 0.59 0.52
Hex 7F 3E CD 26 46 0 14 10B 3B 34
Octal 177 76 315 46 106 0 24 413 73 64
Binary 1111111 111110 11001101 100110 1000110 0 10100 100001011 111011 110100

Color Harmonies of #7F3ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F3ECD

Black with #7F3ECD

Text Example


Text Example

White with #7F3ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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