Html Css Color HEX #762CFA Blue Violet

📋 copy color: '#762CFA'

red 118 ◦ green 44 ◦ blue 250

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

Shades of Blue Violet #762CFA

Tints of Blue Violet #762CFA

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.68%

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

R = 28.64%
G = 10.68%
B = 60.68%

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

#762CFA (or 0x762CFA) is known color: Blue Violet. HEX triplet: 76, 2C and FA. RGB value is (118,44,250). Sum of RGB (Red+Green+Blue) = 118+44+250=412 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.64% from 412); Green value is 44 (17.58% from 255 or 10.68% from 412); Blue value is 250 (98.05% from 255 or 60.68% from 412); Max value from RGB is 250 - color contains mainly: blue. Hex color #762CFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #762CFA is #89D305. Grayscale: #585858. Windows color (decimal): -9032454 or 16395382. OLE color: 16395382.

HSL color Cylindrical-coordinate representation of color #762CFA: hue angle of 261.55º 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 #762CFA is Cyan = 0.53, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 118 44 250 -
CMYK 0.53 0.82 0 0.02
HSL 261.55º 0.95% 0.58% -
HSV(B) 261.55º 0.82% 0.98% -
XYZ 25.63 12.56 91.52 -
YUV 89.61 218.52 148.25 -
System Red Green Blue C M Y K H S L
Decimal 118 44 250 0.53 0.82 0 0.02 261.55 0.95 0.58
Hex 76 2C FA 35 52 0 2 106 5F 3A
Octal 166 54 372 65 122 0 2 406 137 72
Binary 1110110 101100 11111010 110101 1010010 0 10 100000110 1011111 111010

Color Harmonies of #762CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762CFA

Black with #762CFA

Text Example


Text Example

White with #762CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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