Html Css Color HEX #7F13DC Blue Violet

📋 copy color: '#7F13DC'

red 127 ◦ green 19 ◦ blue 220

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

Shades of Blue Violet #7F13DC

Tints of Blue Violet #7F13DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 60.11%

R = 34.7%
G = 5.19%
B = 60.11%

CMYK

 C value IS 0.42

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7F13DC (or 0x7F13DC) is known color: Blue Violet. HEX triplet: 7F, 13 and DC. RGB value is (127,19,220). Sum of RGB (Red+Green+Blue) = 127+19+220=366 (48% of max value = 765). Red value is 127 (50% from 255 or 34.70% from 366); Green value is 19 (7.81% from 255 or 5.19% from 366); Blue value is 220 (86.33% from 255 or 60.11% from 366); Max value from RGB is 220 - color contains mainly: blue. Hex color #7F13DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7F13DC is #80EC23. Grayscale: #494949. Windows color (decimal): -8449060 or 14422911. OLE color: 14422911.

HSL color Cylindrical-coordinate representation of color #7F13DC: hue angle of 272.24º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7F13DC is Cyan = 0.42, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 127 19 220 -
CMYK 0.42 0.91 0 0.14
HSL 272.24º 0.84% 0.47% -
HSV(B) 272.24º 0.91% 0.86% -
XYZ 21.9 10.15 68.51 -
YUV 74.21 210.28 165.66 -
System Red Green Blue C M Y K H S L
Decimal 127 19 220 0.42 0.91 0 0.14 272.24 0.84 0.47
Hex 7F 13 DC 2A 5B 0 E 110 54 2F
Octal 177 23 334 52 133 0 16 420 124 57
Binary 1111111 10011 11011100 101010 1011011 0 1110 100010000 1010100 101111

Color Harmonies of #7F13DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F13DC

Black with #7F13DC

Text Example


Text Example

White with #7F13DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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