Html Css Color HEX #762FDF Blue Violet

📋 copy color: '#762FDF'

red 118 ◦ green 47 ◦ blue 223

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

Shades of Blue Violet #762FDF

Tints of Blue Violet #762FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 57.47%

R = 30.41%
G = 12.11%
B = 57.47%

CMYK

 C value IS 0.47

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#762FDF (or 0x762FDF) is known color: Blue Violet. HEX triplet: 76, 2F and DF. RGB value is (118,47,223). Sum of RGB (Red+Green+Blue) = 118+47+223=388 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.41% from 388); Green value is 47 (18.75% from 255 or 12.11% from 388); Blue value is 223 (87.5% from 255 or 57.47% from 388); Max value from RGB is 223 - color contains mainly: blue. Hex color #762FDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #762FDF is #89D020. Grayscale: #575757. Windows color (decimal): -9031713 or 14626678. OLE color: 14626678.

HSL color Cylindrical-coordinate representation of color #762FDF: hue angle of 264.2º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #762FDF is Cyan = 0.47, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 118 47 223 -
CMYK 0.47 0.79 0 0.13
HSL 264.2º 0.73% 0.53% -
HSV(B) 264.2º 0.79% 0.87% -
XYZ 21.81 11.21 70.83 -
YUV 88.29 204.02 149.19 -
System Red Green Blue C M Y K H S L
Decimal 118 47 223 0.47 0.79 0 0.13 264.2 0.73 0.53
Hex 76 2F DF 2F 4F 0 D 108 49 35
Octal 166 57 337 57 117 0 15 410 111 65
Binary 1110110 101111 11011111 101111 1001111 0 1101 100001000 1001001 110101

Color Harmonies of #762FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762FDF

Black with #762FDF

Text Example


Text Example

White with #762FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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