Html Css Color HEX #762DFA Blue Violet

📋 copy color: '#762DFA'

red 118 ◦ green 45 ◦ blue 250

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

Shades of Blue Violet #762DFA

Tints of Blue Violet #762DFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 60.53%

R = 28.57%
G = 10.9%
B = 60.53%

CMYK

 C value IS 0.53

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#762DFA (or 0x762DFA) is known color: Blue Violet. HEX triplet: 76, 2D and FA. RGB value is (118,45,250). Sum of RGB (Red+Green+Blue) = 118+45+250=413 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.57% from 413); Green value is 45 (17.97% from 255 or 10.90% from 413); Blue value is 250 (98.05% from 255 or 60.53% from 413); Max value from RGB is 250 - color contains mainly: blue. Hex color #762DFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #762DFA is #89D205. Grayscale: #595959. Windows color (decimal): -9032198 or 16395638. OLE color: 16395638.

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

Color convert

RGB 118 45 250 -
CMYK 0.53 0.82 0 0.02
HSL 261.37º 0.95% 0.58% -
HSV(B) 261.37º 0.82% 0.98% -
XYZ 25.66 12.63 91.53 -
YUV 90.2 218.18 147.83 -
System Red Green Blue C M Y K H S L
Decimal 118 45 250 0.53 0.82 0 0.02 261.37 0.95 0.58
Hex 76 2D FA 35 52 0 2 105 5F 3A
Octal 166 55 372 65 122 0 2 405 137 72
Binary 1110110 101101 11111010 110101 1010010 0 10 100000101 1011111 111010

Color Harmonies of #762DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762DFA

Black with #762DFA

Text Example


Text Example

White with #762DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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