Html Css Color HEX #762CED Blue Violet

📋 copy color: '#762CED'

red 118 ◦ green 44 ◦ blue 237

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

Shades of Blue Violet #762CED

Tints of Blue Violet #762CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 59.4%

R = 29.57%
G = 11.03%
B = 59.4%

CMYK

 C value IS 0.50

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#762CED (or 0x762CED) is known color: Blue Violet. HEX triplet: 76, 2C and ED. RGB value is (118,44,237). Sum of RGB (Red+Green+Blue) = 118+44+237=399 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.57% from 399); Green value is 44 (17.58% from 255 or 11.03% from 399); Blue value is 237 (92.97% from 255 or 59.40% from 399); Max value from RGB is 237 - color contains mainly: blue. Hex color #762CED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #762CED is #89D312. Grayscale: #575757. Windows color (decimal): -9032467 or 15543414. OLE color: 15543414.

HSL color Cylindrical-coordinate representation of color #762CED: hue angle of 263.01º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #762CED is Cyan = 0.50, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 118 44 237 -
CMYK 0.50 0.81 0 0.07
HSL 263.01º 0.84% 0.55% -
HSV(B) 263.01º 0.81% 0.93% -
XYZ 23.66 11.77 81.15 -
YUV 88.13 212.02 149.31 -
System Red Green Blue C M Y K H S L
Decimal 118 44 237 0.50 0.81 0 0.07 263.01 0.84 0.55
Hex 76 2C ED 32 51 0 7 107 54 37
Octal 166 54 355 62 121 0 7 407 124 67
Binary 1110110 101100 11101101 110010 1010001 0 111 100000111 1010100 110111

Color Harmonies of #762CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762CED

Black with #762CED

Text Example


Text Example

White with #762CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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