Html Css Color HEX #762CFD Blue Violet

📋 copy color: '#762CFD'

red 118 ◦ green 44 ◦ blue 253

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

Shades of Blue Violet #762CFD

Tints of Blue Violet #762CFD

RGB

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

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

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

R = 28.43%
G = 10.6%
B = 60.96%

CMYK

 C value IS 0.53

 M value IS 0.83

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#762CFD (or 0x762CFD) is known color: Blue Violet. HEX triplet: 76, 2C and FD. RGB value is (118,44,253). Sum of RGB (Red+Green+Blue) = 118+44+253=415 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.43% from 415); Green value is 44 (17.58% from 255 or 10.60% from 415); Blue value is 253 (99.22% from 255 or 60.96% from 415); Max value from RGB is 253 - color contains mainly: blue. Hex color #762CFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #762CFD is #89D302. Grayscale: #595959. Windows color (decimal): -9032451 or 16591990. OLE color: 16591990.

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

Color convert

RGB 118 44 253 -
CMYK 0.53 0.83 0 0.01
HSL 261.24º 0.98% 0.58% -
HSV(B) 261.24º 0.83% 0.99% -
XYZ 26.1 12.74 94.01 -
YUV 89.95 220.02 148.01 -
System Red Green Blue C M Y K H S L
Decimal 118 44 253 0.53 0.83 0 0.01 261.24 0.98 0.58
Hex 76 2C FD 35 53 0 1 105 62 3A
Octal 166 54 375 65 123 0 1 405 142 72
Binary 1110110 101100 11111101 110101 1010011 0 1 100000101 1100010 111010

Color Harmonies of #762CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762CFD

Black with #762CFD

Text Example


Text Example

White with #762CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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