Html Css Color HEX #7025E5 Blue Violet

📋 copy color: '#7025E5'

red 112 ◦ green 37 ◦ blue 229

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

Shades of Blue Violet #7025E5

Tints of Blue Violet #7025E5

RGB

 RED value IS 112 (44.14% from 255) = 29.63%

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

 BLUE value IS 229 (89.84% from 255) = 60.58%

R = 29.63%
G = 9.79%
B = 60.58%

CMYK

 C value IS 0.51

 M value IS 0.84

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#7025E5 (or 0x7025E5) is known color: Blue Violet. HEX triplet: 70, 25 and E5. RGB value is (112,37,229). Sum of RGB (Red+Green+Blue) = 112+37+229=378 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.63% from 378); Green value is 37 (14.84% from 255 or 9.79% from 378); Blue value is 229 (89.84% from 255 or 60.58% from 378); Max value from RGB is 229 - color contains mainly: blue. Hex color #7025E5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7025E5 is #8FDA1A. Grayscale: #505050. Windows color (decimal): -9427483 or 15017328. OLE color: 15017328.

HSL color Cylindrical-coordinate representation of color #7025E5: hue angle of 263.44º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7025E5 is Cyan = 0.51, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 112 37 229 -
CMYK 0.51 0.84 0 0.10
HSL 263.44º 0.79% 0.52% -
HSV(B) 263.44º 0.84% 0.9% -
XYZ 21.49 10.43 75.01 -
YUV 81.31 211.35 149.89 -
System Red Green Blue C M Y K H S L
Decimal 112 37 229 0.51 0.84 0 0.10 263.44 0.79 0.52
Hex 70 25 E5 33 54 0 A 107 4F 34
Octal 160 45 345 63 124 0 12 407 117 64
Binary 1110000 100101 11100101 110011 1010100 0 1010 100000111 1001111 110100

Color Harmonies of #7025E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7025E5

Black with #7025E5

Text Example


Text Example

White with #7025E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7025E5; }

 p { color: rgb(112,37,229); }

 H1.HeaderClassName
 {
   color: #7025E5;
 }
 .AnyTagClassName
 {
   color: #7025E5;
 }
</style>

background-color css

<style>
 a { background-color: #7025E5; }

 a { background-color: rgb(112,37,229); }

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

border-color css

<style>
 span { border-color: #7025E5; }

 span { border-color: rgb(112,37,229); }

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