Html Css Color HEX #7F13BC Dark Violet

📋 copy color: '#7F13BC'

red 127 ◦ green 19 ◦ blue 188

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

Shades of Dark Violet #7F13BC

Tints of Dark Violet #7F13BC

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.69%

 BLUE value IS 188 (73.83% from 255) = 56.29%

R = 38.02%
G = 5.69%
B = 56.29%

CMYK

 C value IS 0.32

 M value IS 0.90

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7F13BC (or 0x7F13BC) is known color: Dark Violet. HEX triplet: 7F, 13 and BC. RGB value is (127,19,188). Sum of RGB (Red+Green+Blue) = 127+19+188=334 (44% of max value = 765). Red value is 127 (50% from 255 or 38.02% from 334); Green value is 19 (7.81% from 255 or 5.69% from 334); Blue value is 188 (73.83% from 255 or 56.29% from 334); Max value from RGB is 188 - color contains mainly: blue. Hex color #7F13BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7F13BC is #80EC43. Grayscale: #454545. Windows color (decimal): -8449092 or 12325759. OLE color: 12325759.

HSL color Cylindrical-coordinate representation of color #7F13BC: hue angle of 278.34º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7F13BC is Cyan = 0.32, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 127 19 188 -
CMYK 0.32 0.90 0 0.26
HSL 278.34º 0.82% 0.41% -
HSV(B) 278.34º 0.9% 0.74% -
XYZ 18.06 8.61 48.29 -
YUV 70.56 194.28 168.26 -
System Red Green Blue C M Y K H S L
Decimal 127 19 188 0.32 0.90 0 0.26 278.34 0.82 0.41
Hex 7F 13 BC 20 5A 0 1A 116 52 29
Octal 177 23 274 40 132 0 32 426 122 51
Binary 1111111 10011 10111100 100000 1011010 0 11010 100010110 1010010 101001

Color Harmonies of #7F13BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F13BC

Black with #7F13BC

Text Example


Text Example

White with #7F13BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,19,188); }

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

background-color css

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

 a { background-color: rgb(127,19,188); }

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

border-color css

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

 span { border-color: rgb(127,19,188); }

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