Html Css Color HEX #7025DB Blue Violet

📋 copy color: '#7025DB'

red 112 ◦ green 37 ◦ blue 219

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

Shades of Blue Violet #7025DB

Tints of Blue Violet #7025DB

RGB

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

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

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

R = 30.43%
G = 10.05%
B = 59.51%

CMYK

 C value IS 0.49

 M value IS 0.83

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7025DB (or 0x7025DB) is known color: Blue Violet. HEX triplet: 70, 25 and DB. RGB value is (112,37,219). Sum of RGB (Red+Green+Blue) = 112+37+219=368 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.43% from 368); Green value is 37 (14.84% from 255 or 10.05% from 368); Blue value is 219 (85.94% from 255 or 59.51% from 368); Max value from RGB is 219 - color contains mainly: blue. Hex color #7025DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7025DB is #8FDA24. Grayscale: #4F4F4F. Windows color (decimal): -9427493 or 14361968. OLE color: 14361968.

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

Color convert

RGB 112 37 219 -
CMYK 0.49 0.83 0 0.14
HSL 264.73º 0.72% 0.5% -
HSV(B) 264.73º 0.83% 0.86% -
XYZ 20.13 9.88 67.86 -
YUV 80.17 206.35 150.7 -
System Red Green Blue C M Y K H S L
Decimal 112 37 219 0.49 0.83 0 0.14 264.73 0.72 0.5
Hex 70 25 DB 31 53 0 E 109 48 32
Octal 160 45 333 61 123 0 16 411 110 62
Binary 1110000 100101 11011011 110001 1010011 0 1110 100001001 1001000 110010

Color Harmonies of #7025DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7025DB

Black with #7025DB

Text Example


Text Example

White with #7025DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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