Html Css Color HEX #7627DB Blue Violet

📋 copy color: '#7627DB'

red 118 ◦ green 39 ◦ blue 219

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

Shades of Blue Violet #7627DB

Tints of Blue Violet #7627DB

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.37%

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

R = 31.38%
G = 10.37%
B = 58.24%

CMYK

 C value IS 0.46

 M value IS 0.82

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7627DB (or 0x7627DB) is known color: Blue Violet. HEX triplet: 76, 27 and DB. RGB value is (118,39,219). Sum of RGB (Red+Green+Blue) = 118+39+219=376 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.38% from 376); Green value is 39 (15.62% from 255 or 10.37% from 376); Blue value is 219 (85.94% from 255 or 58.24% from 376); Max value from RGB is 219 - color contains mainly: blue. Hex color #7627DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7627DB is #89D824. Grayscale: #525252. Windows color (decimal): -9033765 or 14362486. OLE color: 14362486.

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

Color convert

RGB 118 39 219 -
CMYK 0.46 0.82 0 0.14
HSL 266.33º 0.71% 0.51% -
HSV(B) 266.33º 0.82% 0.86% -
XYZ 20.98 10.42 67.92 -
YUV 83.14 204.67 152.86 -
System Red Green Blue C M Y K H S L
Decimal 118 39 219 0.46 0.82 0 0.14 266.33 0.71 0.51
Hex 76 27 DB 2E 52 0 E 10A 47 33
Octal 166 47 333 56 122 0 16 412 107 63
Binary 1110110 100111 11011011 101110 1010010 0 1110 100001010 1000111 110011

Color Harmonies of #7627DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7627DB

Black with #7627DB

Text Example


Text Example

White with #7627DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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