Html Css Color HEX #762DDD Blue Violet

📋 copy color: '#762DDD'

red 118 ◦ green 45 ◦ blue 221

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

Shades of Blue Violet #762DDD

Tints of Blue Violet #762DDD

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.72%

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

R = 30.73%
G = 11.72%
B = 57.55%

CMYK

 C value IS 0.47

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#762DDD (or 0x762DDD) is known color: Blue Violet. HEX triplet: 76, 2D and DD. RGB value is (118,45,221). Sum of RGB (Red+Green+Blue) = 118+45+221=384 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.73% from 384); Green value is 45 (17.97% from 255 or 11.72% from 384); Blue value is 221 (86.72% from 255 or 57.55% from 384); Max value from RGB is 221 - color contains mainly: blue. Hex color #762DDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #762DDD is #89D222. Grayscale: #565656. Windows color (decimal): -9032227 or 14495094. OLE color: 14495094.

HSL color Cylindrical-coordinate representation of color #762DDD: hue angle of 264.89º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #762DDD is Cyan = 0.47, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 118 45 221 -
CMYK 0.47 0.80 0 0.13
HSL 264.89º 0.72% 0.52% -
HSV(B) 264.89º 0.8% 0.87% -
XYZ 21.46 10.95 69.39 -
YUV 86.89 203.68 150.19 -
System Red Green Blue C M Y K H S L
Decimal 118 45 221 0.47 0.80 0 0.13 264.89 0.72 0.52
Hex 76 2D DD 2F 50 0 D 109 48 34
Octal 166 55 335 57 120 0 15 411 110 64
Binary 1110110 101101 11011101 101111 1010000 0 1101 100001001 1001000 110100

Color Harmonies of #762DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762DDD

Black with #762DDD

Text Example


Text Example

White with #762DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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