Html Css Color HEX #7712CF Blue Violet

📋 copy color: '#7712CF'

red 119 ◦ green 18 ◦ blue 207

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

Shades of Blue Violet #7712CF

Tints of Blue Violet #7712CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 60.17%

R = 34.59%
G = 5.23%
B = 60.17%

CMYK

 C value IS 0.43

 M value IS 0.91

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7712CF (or 0x7712CF) is known color: Blue Violet. HEX triplet: 77, 12 and CF. RGB value is (119,18,207). Sum of RGB (Red+Green+Blue) = 119+18+207=344 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.59% from 344); Green value is 18 (7.42% from 255 or 5.23% from 344); Blue value is 207 (81.25% from 255 or 60.17% from 344); Max value from RGB is 207 - color contains mainly: blue. Hex color #7712CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7712CF is #88ED30. Grayscale: #454545. Windows color (decimal): -8973617 or 13570679. OLE color: 13570679.

HSL color Cylindrical-coordinate representation of color #7712CF: hue angle of 272.06º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7712CF is Cyan = 0.43, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 119 18 207 -
CMYK 0.43 0.91 0 0.19
HSL 272.06º 0.84% 0.44% -
HSV(B) 272.06º 0.91% 0.81% -
XYZ 19.09 8.86 59.74 -
YUV 69.75 205.46 163.13 -
System Red Green Blue C M Y K H S L
Decimal 119 18 207 0.43 0.91 0 0.19 272.06 0.84 0.44
Hex 77 12 CF 2B 5B 0 13 110 54 2C
Octal 167 22 317 53 133 0 23 420 124 54
Binary 1110111 10010 11001111 101011 1011011 0 10011 100010000 1010100 101100

Color Harmonies of #7712CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7712CF

Black with #7712CF

Text Example


Text Example

White with #7712CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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