Html Css Color HEX #761FDD Blue Violet

📋 copy color: '#761FDD'

red 118 ◦ green 31 ◦ blue 221

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

Shades of Blue Violet #761FDD

Tints of Blue Violet #761FDD

RGB

 RED value IS 118 (46.48% from 255) = 31.89%

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

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

R = 31.89%
G = 8.38%
B = 59.73%

CMYK

 C value IS 0.47

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#761FDD (or 0x761FDD) is known color: Blue Violet. HEX triplet: 76, 1F and DD. RGB value is (118,31,221). Sum of RGB (Red+Green+Blue) = 118+31+221=370 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.89% from 370); Green value is 31 (12.5% from 255 or 8.38% from 370); Blue value is 221 (86.72% from 255 or 59.73% from 370); Max value from RGB is 221 - color contains mainly: blue. Hex color #761FDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #761FDD is #89E022. Grayscale: #4E4E4E. Windows color (decimal): -9035811 or 14491510. OLE color: 14491510.

HSL color Cylindrical-coordinate representation of color #761FDD: hue angle of 267.47º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #761FDD is Cyan = 0.47, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 118 31 221 -
CMYK 0.47 0.86 0 0.13
HSL 267.47º 0.75% 0.49% -
HSV(B) 267.47º 0.86% 0.87% -
XYZ 21.01 10.05 69.24 -
YUV 78.67 208.32 156.05 -
System Red Green Blue C M Y K H S L
Decimal 118 31 221 0.47 0.86 0 0.13 267.47 0.75 0.49
Hex 76 1F DD 2F 56 0 D 10B 4B 31
Octal 166 37 335 57 126 0 15 413 113 61
Binary 1110110 11111 11011101 101111 1010110 0 1101 100001011 1001011 110001

Color Harmonies of #761FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761FDD

Black with #761FDD

Text Example


Text Example

White with #761FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761FDD; }

 p { color: rgb(118,31,221); }

 H1.HeaderClassName
 {
   color: #761FDD;
 }
 .AnyTagClassName
 {
   color: #761FDD;
 }
</style>

background-color css

<style>
 a { background-color: #761FDD; }

 a { background-color: rgb(118,31,221); }

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

border-color css

<style>
 span { border-color: #761FDD; }

 span { border-color: rgb(118,31,221); }

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