Html Css Color HEX #7625D5 Blue Violet

📋 copy color: '#7625D5'

red 118 ◦ green 37 ◦ blue 213

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

Shades of Blue Violet #7625D5

Tints of Blue Violet #7625D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 57.88%

R = 32.07%
G = 10.05%
B = 57.88%

CMYK

 C value IS 0.45

 M value IS 0.83

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7625D5 (or 0x7625D5) is known color: Blue Violet. HEX triplet: 76, 25 and D5. RGB value is (118,37,213). Sum of RGB (Red+Green+Blue) = 118+37+213=368 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.07% from 368); Green value is 37 (14.84% from 255 or 10.05% from 368); Blue value is 213 (83.59% from 255 or 57.88% from 368); Max value from RGB is 213 - color contains mainly: blue. Hex color #7625D5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7625D5 is #89DA2A. Grayscale: #505050. Windows color (decimal): -9034283 or 13968758. OLE color: 13968758.

HSL color Cylindrical-coordinate representation of color #7625D5: hue angle of 267.61º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7625D5 is Cyan = 0.45, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 118 37 213 -
CMYK 0.45 0.83 0 0.16
HSL 267.61º 0.7% 0.49% -
HSV(B) 267.61º 0.83% 0.84% -
XYZ 20.14 9.98 63.82 -
YUV 81.28 202.34 154.19 -
System Red Green Blue C M Y K H S L
Decimal 118 37 213 0.45 0.83 0 0.16 267.61 0.7 0.49
Hex 76 25 D5 2D 53 0 10 10C 46 31
Octal 166 45 325 55 123 0 20 414 106 61
Binary 1110110 100101 11010101 101101 1010011 0 10000 100001100 1000110 110001

Color Harmonies of #7625D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7625D5

Black with #7625D5

Text Example


Text Example

White with #7625D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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