Html Css Color HEX #762FFD Blue Violet

📋 copy color: '#762FFD'

red 118 ◦ green 47 ◦ blue 253

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

Shades of Blue Violet #762FFD

Tints of Blue Violet #762FFD

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.24%

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

R = 28.23%
G = 11.24%
B = 60.53%

CMYK

 C value IS 0.53

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#762FFD (or 0x762FFD) is known color: Blue Violet. HEX triplet: 76, 2F and FD. RGB value is (118,47,253). Sum of RGB (Red+Green+Blue) = 118+47+253=418 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.23% from 418); Green value is 47 (18.75% from 255 or 11.24% from 418); Blue value is 253 (99.22% from 255 or 60.53% from 418); Max value from RGB is 253 - color contains mainly: blue. Hex color #762FFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #762FFD is #89D002. Grayscale: #5A5A5A. Windows color (decimal): -9031683 or 16592758. OLE color: 16592758.

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

Color convert

RGB 118 47 253 -
CMYK 0.53 0.81 0 0.01
HSL 260.68º 0.98% 0.59% -
HSV(B) 260.68º 0.81% 0.99% -
XYZ 26.22 12.98 94.05 -
YUV 91.71 219.02 146.75 -
System Red Green Blue C M Y K H S L
Decimal 118 47 253 0.53 0.81 0 0.01 260.68 0.98 0.59
Hex 76 2F FD 35 51 0 1 105 62 3B
Octal 166 57 375 65 121 0 1 405 142 73
Binary 1110110 101111 11111101 110101 1010001 0 1 100000101 1100010 111011

Color Harmonies of #762FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762FFD

Black with #762FFD

Text Example


Text Example

White with #762FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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