Html Css Color HEX #7712DD Blue Violet

📋 copy color: '#7712DD'

red 119 ◦ green 18 ◦ blue 221

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

Shades of Blue Violet #7712DD

Tints of Blue Violet #7712DD

RGB

 RED value IS 119 (46.88% from 255) = 33.24%

 GREEN value IS 18 (7.42% from 255) = 5.03%

 BLUE value IS 221 (86.72% from 255) = 61.73%

R = 33.24%
G = 5.03%
B = 61.73%

CMYK

 C value IS 0.46

 M value IS 0.92

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7712DD (or 0x7712DD) is known color: Blue Violet. HEX triplet: 77, 12 and DD. RGB value is (119,18,221). Sum of RGB (Red+Green+Blue) = 119+18+221=358 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.24% from 358); Green value is 18 (7.42% from 255 or 5.03% from 358); Blue value is 221 (86.72% from 255 or 61.73% from 358); Max value from RGB is 221 - color contains mainly: blue. Hex color #7712DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7712DD is #88ED22. Grayscale: #464646. Windows color (decimal): -8973603 or 14488183. OLE color: 14488183.

HSL color Cylindrical-coordinate representation of color #7712DD: hue angle of 269.85º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7712DD is Cyan = 0.46, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 119 18 221 -
CMYK 0.46 0.92 0 0.13
HSL 269.85º 0.85% 0.47% -
HSV(B) 269.85º 0.92% 0.87% -
XYZ 20.88 9.58 69.15 -
YUV 71.34 212.46 161.99 -
System Red Green Blue C M Y K H S L
Decimal 119 18 221 0.46 0.92 0 0.13 269.85 0.85 0.47
Hex 77 12 DD 2E 5C 0 D 10E 55 2F
Octal 167 22 335 56 134 0 15 416 125 57
Binary 1110111 10010 11011101 101110 1011100 0 1101 100001110 1010101 101111

Color Harmonies of #7712DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7712DD

Black with #7712DD

Text Example


Text Example

White with #7712DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7712DD; }

 p { color: rgb(119,18,221); }

 H1.HeaderClassName
 {
   color: #7712DD;
 }
 .AnyTagClassName
 {
   color: #7712DD;
 }
</style>

background-color css

<style>
 a { background-color: #7712DD; }

 a { background-color: rgb(119,18,221); }

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

border-color css

<style>
 span { border-color: #7712DD; }

 span { border-color: rgb(119,18,221); }

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