Html Css Color HEX #7621DB Blue Violet

📋 copy color: '#7621DB'

red 118 ◦ green 33 ◦ blue 219

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

Shades of Blue Violet #7621DB

Tints of Blue Violet #7621DB

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.92%

 BLUE value IS 219 (85.94% from 255) = 59.19%

R = 31.89%
G = 8.92%
B = 59.19%

CMYK

 C value IS 0.46

 M value IS 0.85

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7621DB (or 0x7621DB) is known color: Blue Violet. HEX triplet: 76, 21 and DB. RGB value is (118,33,219). Sum of RGB (Red+Green+Blue) = 118+33+219=370 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.89% from 370); Green value is 33 (13.28% from 255 or 8.92% from 370); Blue value is 219 (85.94% from 255 or 59.19% from 370); Max value from RGB is 219 - color contains mainly: blue. Hex color #7621DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7621DB is #89DE24. Grayscale: #4E4E4E. Windows color (decimal): -9035301 or 14360950. OLE color: 14360950.

HSL color Cylindrical-coordinate representation of color #7621DB: hue angle of 267.42º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7621DB is Cyan = 0.46, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 118 33 219 -
CMYK 0.46 0.85 0 0.14
HSL 267.42º 0.74% 0.49% -
HSV(B) 267.42º 0.85% 0.86% -
XYZ 20.8 10.05 67.86 -
YUV 79.62 206.66 155.38 -
System Red Green Blue C M Y K H S L
Decimal 118 33 219 0.46 0.85 0 0.14 267.42 0.74 0.49
Hex 76 21 DB 2E 55 0 E 10B 4A 31
Octal 166 41 333 56 125 0 16 413 112 61
Binary 1110110 100001 11011011 101110 1010101 0 1110 100001011 1001010 110001

Color Harmonies of #7621DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7621DB

Black with #7621DB

Text Example


Text Example

White with #7621DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7621DB; }

 p { color: rgb(118,33,219); }

 H1.HeaderClassName
 {
   color: #7621DB;
 }
 .AnyTagClassName
 {
   color: #7621DB;
 }
</style>

background-color css

<style>
 a { background-color: #7621DB; }

 a { background-color: rgb(118,33,219); }

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

border-color css

<style>
 span { border-color: #7621DB; }

 span { border-color: rgb(118,33,219); }

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