Html Css Color HEX #762FDC Blue Violet

📋 copy color: '#762FDC'

red 118 ◦ green 47 ◦ blue 220

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

Shades of Blue Violet #762FDC

Tints of Blue Violet #762FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 57.14%

R = 30.65%
G = 12.21%
B = 57.14%

CMYK

 C value IS 0.46

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#762FDC (or 0x762FDC) is known color: Blue Violet. HEX triplet: 76, 2F and DC. RGB value is (118,47,220). Sum of RGB (Red+Green+Blue) = 118+47+220=385 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.65% from 385); Green value is 47 (18.75% from 255 or 12.21% from 385); Blue value is 220 (86.33% from 255 or 57.14% from 385); Max value from RGB is 220 - color contains mainly: blue. Hex color #762FDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #762FDC is #89D023. Grayscale: #575757. Windows color (decimal): -9031716 or 14430070. OLE color: 14430070.

HSL color Cylindrical-coordinate representation of color #762FDC: hue angle of 264.62º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #762FDC is Cyan = 0.46, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 118 47 220 -
CMYK 0.46 0.79 0 0.14
HSL 264.62º 0.71% 0.52% -
HSV(B) 264.62º 0.79% 0.86% -
XYZ 21.41 11.05 68.72 -
YUV 87.95 202.52 149.43 -
System Red Green Blue C M Y K H S L
Decimal 118 47 220 0.46 0.79 0 0.14 264.62 0.71 0.52
Hex 76 2F DC 2E 4F 0 E 109 47 34
Octal 166 57 334 56 117 0 16 411 107 64
Binary 1110110 101111 11011100 101110 1001111 0 1110 100001001 1000111 110100

Color Harmonies of #762FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762FDC

Black with #762FDC

Text Example


Text Example

White with #762FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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