Html Css Color HEX #7F46CC Blue Violet

📋 copy color: '#7F46CC'

red 127 ◦ green 70 ◦ blue 204

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

Shades of Blue Violet #7F46CC

Tints of Blue Violet #7F46CC

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.46%

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

R = 31.67%
G = 17.46%
B = 50.87%

CMYK

 C value IS 0.38

 M value IS 0.66

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7F46CC (or 0x7F46CC) is known color: Blue Violet. HEX triplet: 7F, 46 and CC. RGB value is (127,70,204). Sum of RGB (Red+Green+Blue) = 127+70+204=401 (53% of max value = 765). Red value is 127 (50% from 255 or 31.67% from 401); Green value is 70 (27.73% from 255 or 17.46% from 401); Blue value is 204 (80.08% from 255 or 50.87% from 401); Max value from RGB is 204 - color contains mainly: blue. Hex color #7F46CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F46CC is #80B933. Grayscale: #656565. Windows color (decimal): -8436020 or 13387391. OLE color: 13387391.

HSL color Cylindrical-coordinate representation of color #7F46CC: hue angle of 265.52º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7F46CC is Cyan = 0.38, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 127 70 204 -
CMYK 0.38 0.66 0 0.2
HSL 265.52º 0.57% 0.54% -
HSV(B) 265.52º 0.66% 0.8% -
XYZ 21.84 13.25 58.53 -
YUV 102.32 185.38 145.6 -
System Red Green Blue C M Y K H S L
Decimal 127 70 204 0.38 0.66 0 0.2 265.52 0.57 0.54
Hex 7F 46 CC 26 42 0 14 10A 39 36
Octal 177 106 314 46 102 0 24 412 71 66
Binary 1111111 1000110 11001100 100110 1000010 0 10100 100001010 111001 110110

Color Harmonies of #7F46CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F46CC

Black with #7F46CC

Text Example


Text Example

White with #7F46CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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