Html Css Color HEX #762DFD Blue Violet

📋 copy color: '#762DFD'

red 118 ◦ green 45 ◦ blue 253

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

Shades of Blue Violet #762DFD

Tints of Blue Violet #762DFD

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.82%

 BLUE value IS 253 (99.22% from 255) = 60.82%

R = 28.37%
G = 10.82%
B = 60.82%

CMYK

 C value IS 0.53

 M value IS 0.82

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#762DFD (or 0x762DFD) is known color: Blue Violet. HEX triplet: 76, 2D and FD. RGB value is (118,45,253). Sum of RGB (Red+Green+Blue) = 118+45+253=416 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.37% from 416); Green value is 45 (17.97% from 255 or 10.82% from 416); Blue value is 253 (99.22% from 255 or 60.82% from 416); Max value from RGB is 253 - color contains mainly: blue. Hex color #762DFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #762DFD is #89D202. Grayscale: #595959. Windows color (decimal): -9032195 or 16592246. OLE color: 16592246.

HSL color Cylindrical-coordinate representation of color #762DFD: hue angle of 261.06º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #762DFD is Cyan = 0.53, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 118 45 253 -
CMYK 0.53 0.82 0 0.01
HSL 261.06º 0.98% 0.58% -
HSV(B) 261.06º 0.82% 0.99% -
XYZ 26.14 12.82 94.03 -
YUV 90.54 219.68 147.59 -
System Red Green Blue C M Y K H S L
Decimal 118 45 253 0.53 0.82 0 0.01 261.06 0.98 0.58
Hex 76 2D FD 35 52 0 1 105 62 3A
Octal 166 55 375 65 122 0 1 405 142 72
Binary 1110110 101101 11111101 110101 1010010 0 1 100000101 1100010 111010

Color Harmonies of #762DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762DFD

Black with #762DFD

Text Example


Text Example

White with #762DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762DFD; }

 p { color: rgb(118,45,253); }

 H1.HeaderClassName
 {
   color: #762DFD;
 }
 .AnyTagClassName
 {
   color: #762DFD;
 }
</style>

background-color css

<style>
 a { background-color: #762DFD; }

 a { background-color: rgb(118,45,253); }

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

border-color css

<style>
 span { border-color: #762DFD; }

 span { border-color: rgb(118,45,253); }

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