Html Css Color HEX #781FCF Blue Violet

📋 copy color: '#781FCF'

red 120 ◦ green 31 ◦ blue 207

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

Shades of Blue Violet #781FCF

Tints of Blue Violet #781FCF

RGB

 RED value IS 120 (47.27% from 255) = 33.52%

 GREEN value IS 31 (12.5% from 255) = 8.66%

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

R = 33.52%
G = 8.66%
B = 57.82%

CMYK

 C value IS 0.42

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#781FCF (or 0x781FCF) is known color: Blue Violet. HEX triplet: 78, 1F and CF. RGB value is (120,31,207). Sum of RGB (Red+Green+Blue) = 120+31+207=358 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.52% from 358); Green value is 31 (12.5% from 255 or 8.66% from 358); Blue value is 207 (81.25% from 255 or 57.82% from 358); Max value from RGB is 207 - color contains mainly: blue. Hex color #781FCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #781FCF is #87E030. Grayscale: #4D4D4D. Windows color (decimal): -8904753 or 13574008. OLE color: 13574008.

HSL color Cylindrical-coordinate representation of color #781FCF: hue angle of 270.34º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #781FCF is Cyan = 0.42, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 120 31 207 -
CMYK 0.42 0.85 0 0.19
HSL 270.34º 0.74% 0.47% -
HSV(B) 270.34º 0.85% 0.81% -
XYZ 19.5 9.48 59.83 -
YUV 77.68 200.99 158.19 -
System Red Green Blue C M Y K H S L
Decimal 120 31 207 0.42 0.85 0 0.19 270.34 0.74 0.47
Hex 78 1F CF 2A 55 0 13 10E 4A 2F
Octal 170 37 317 52 125 0 23 416 112 57
Binary 1111000 11111 11001111 101010 1010101 0 10011 100001110 1001010 101111

Color Harmonies of #781FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781FCF

Black with #781FCF

Text Example


Text Example

White with #781FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781FCF; }

 p { color: rgb(120,31,207); }

 H1.HeaderClassName
 {
   color: #781FCF;
 }
 .AnyTagClassName
 {
   color: #781FCF;
 }
</style>

background-color css

<style>
 a { background-color: #781FCF; }

 a { background-color: rgb(120,31,207); }

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

border-color css

<style>
 span { border-color: #781FCF; }

 span { border-color: rgb(120,31,207); }

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