Html Css Color HEX #762FDD Blue Violet

📋 copy color: '#762FDD'

red 118 ◦ green 47 ◦ blue 221

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

Shades of Blue Violet #762FDD

Tints of Blue Violet #762FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 57.25%

R = 30.57%
G = 12.18%
B = 57.25%

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

#762FDD (or 0x762FDD) is known color: Blue Violet. HEX triplet: 76, 2F and DD. RGB value is (118,47,221). Sum of RGB (Red+Green+Blue) = 118+47+221=386 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.57% from 386); Green value is 47 (18.75% from 255 or 12.18% from 386); Blue value is 221 (86.72% from 255 or 57.25% from 386); Max value from RGB is 221 - color contains mainly: blue. Hex color #762FDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #762FDD is #89D022. Grayscale: #575757. Windows color (decimal): -9031715 or 14495606. OLE color: 14495606.

HSL color Cylindrical-coordinate representation of color #762FDD: hue angle of 264.48º degrees, saturation: 0.72, 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 #762FDD is Cyan = 0.47, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 118 47 221 -
CMYK 0.47 0.79 0 0.13
HSL 264.48º 0.72% 0.53% -
HSV(B) 264.48º 0.79% 0.87% -
XYZ 21.54 11.11 69.41 -
YUV 88.07 203.02 149.35 -
System Red Green Blue C M Y K H S L
Decimal 118 47 221 0.47 0.79 0 0.13 264.48 0.72 0.53
Hex 76 2F DD 2F 4F 0 D 108 48 35
Octal 166 57 335 57 117 0 15 410 110 65
Binary 1110110 101111 11011101 101111 1001111 0 1101 100001000 1001000 110101

Color Harmonies of #762FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762FDD

Black with #762FDD

Text Example


Text Example

White with #762FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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