Html Css Color HEX #762FEA Blue Violet

📋 copy color: '#762FEA'

red 118 ◦ green 47 ◦ blue 234

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

Shades of Blue Violet #762FEA

Tints of Blue Violet #762FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 58.65%

R = 29.57%
G = 11.78%
B = 58.65%

CMYK

 C value IS 0.50

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#762FEA (or 0x762FEA) is known color: Blue Violet. HEX triplet: 76, 2F and EA. RGB value is (118,47,234). Sum of RGB (Red+Green+Blue) = 118+47+234=399 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.57% from 399); Green value is 47 (18.75% from 255 or 11.78% from 399); Blue value is 234 (91.80% from 255 or 58.65% from 399); Max value from RGB is 234 - color contains mainly: blue. Hex color #762FEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #762FEA is #89D015. Grayscale: #585858. Windows color (decimal): -9031702 or 15347574. OLE color: 15347574.

HSL color Cylindrical-coordinate representation of color #762FEA: hue angle of 262.78º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #762FEA is Cyan = 0.50, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 118 47 234 -
CMYK 0.50 0.80 0 0.08
HSL 262.78º 0.82% 0.55% -
HSV(B) 262.78º 0.8% 0.92% -
XYZ 23.34 11.83 78.89 -
YUV 89.55 209.52 148.29 -
System Red Green Blue C M Y K H S L
Decimal 118 47 234 0.50 0.80 0 0.08 262.78 0.82 0.55
Hex 76 2F EA 32 50 0 8 107 52 37
Octal 166 57 352 62 120 0 10 407 122 67
Binary 1110110 101111 11101010 110010 1010000 0 1000 100000111 1010010 110111

Color Harmonies of #762FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762FEA

Black with #762FEA

Text Example


Text Example

White with #762FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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