Html Css Color HEX #7425DC Blue Violet

📋 copy color: '#7425DC'

red 116 ◦ green 37 ◦ blue 220

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

Shades of Blue Violet #7425DC

Tints of Blue Violet #7425DC

RGB

 RED value IS 116 (45.7% from 255) = 31.1%

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

 BLUE value IS 220 (86.33% from 255) = 58.98%

R = 31.1%
G = 9.92%
B = 58.98%

CMYK

 C value IS 0.47

 M value IS 0.83

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7425DC (or 0x7425DC) is known color: Blue Violet. HEX triplet: 74, 25 and DC. RGB value is (116,37,220). Sum of RGB (Red+Green+Blue) = 116+37+220=373 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.10% from 373); Green value is 37 (14.84% from 255 or 9.92% from 373); Blue value is 220 (86.33% from 255 or 58.98% from 373); Max value from RGB is 220 - color contains mainly: blue. Hex color #7425DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7425DC is #8BDA23. Grayscale: #505050. Windows color (decimal): -9165348 or 14427508. OLE color: 14427508.

HSL color Cylindrical-coordinate representation of color #7425DC: hue angle of 265.9º 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 #7425DC is Cyan = 0.47, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 116 37 220 -
CMYK 0.47 0.83 0 0.14
HSL 265.9º 0.72% 0.5% -
HSV(B) 265.9º 0.83% 0.86% -
XYZ 20.78 10.2 68.58 -
YUV 81.48 206.17 152.62 -
System Red Green Blue C M Y K H S L
Decimal 116 37 220 0.47 0.83 0 0.14 265.9 0.72 0.5
Hex 74 25 DC 2F 53 0 E 10A 48 32
Octal 164 45 334 57 123 0 16 412 110 62
Binary 1110100 100101 11011100 101111 1010011 0 1110 100001010 1001000 110010

Color Harmonies of #7425DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7425DC

Black with #7425DC

Text Example


Text Example

White with #7425DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7425DC; }

 p { color: rgb(116,37,220); }

 H1.HeaderClassName
 {
   color: #7425DC;
 }
 .AnyTagClassName
 {
   color: #7425DC;
 }
</style>

background-color css

<style>
 a { background-color: #7425DC; }

 a { background-color: rgb(116,37,220); }

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

border-color css

<style>
 span { border-color: #7425DC; }

 span { border-color: rgb(116,37,220); }

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