Html Css Color HEX #7625DB Blue Violet

📋 copy color: '#7625DB'

red 118 ◦ green 37 ◦ blue 219

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

Shades of Blue Violet #7625DB

Tints of Blue Violet #7625DB

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.89%

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

R = 31.55%
G = 9.89%
B = 58.56%

CMYK

 C value IS 0.46

 M value IS 0.83

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7625DB (or 0x7625DB) is known color: Blue Violet. HEX triplet: 76, 25 and DB. RGB value is (118,37,219). Sum of RGB (Red+Green+Blue) = 118+37+219=374 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.55% from 374); Green value is 37 (14.84% from 255 or 9.89% from 374); Blue value is 219 (85.94% from 255 or 58.56% from 374); Max value from RGB is 219 - color contains mainly: blue. Hex color #7625DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7625DB is #89DA24. Grayscale: #515151. Windows color (decimal): -9034277 or 14361974. OLE color: 14361974.

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

Color convert

RGB 118 37 219 -
CMYK 0.46 0.83 0 0.14
HSL 266.7º 0.72% 0.5% -
HSV(B) 266.7º 0.83% 0.86% -
XYZ 20.92 10.29 67.9 -
YUV 81.97 205.34 153.7 -
System Red Green Blue C M Y K H S L
Decimal 118 37 219 0.46 0.83 0 0.14 266.7 0.72 0.5
Hex 76 25 DB 2E 53 0 E 10B 48 32
Octal 166 45 333 56 123 0 16 413 110 62
Binary 1110110 100101 11011011 101110 1010011 0 1110 100001011 1001000 110010

Color Harmonies of #7625DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7625DB

Black with #7625DB

Text Example


Text Example

White with #7625DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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