Html Css Color HEX #7C25DB Blue Violet

📋 copy color: '#7C25DB'

red 124 ◦ green 37 ◦ blue 219

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

Shades of Blue Violet #7C25DB

Tints of Blue Violet #7C25DB

RGB

 RED value IS 124 (48.83% from 255) = 32.63%

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

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

R = 32.63%
G = 9.74%
B = 57.63%

CMYK

 C value IS 0.43

 M value IS 0.83

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7C25DB (or 0x7C25DB) is known color: Blue Violet. HEX triplet: 7C, 25 and DB. RGB value is (124,37,219). Sum of RGB (Red+Green+Blue) = 124+37+219=380 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.63% from 380); Green value is 37 (14.84% from 255 or 9.74% from 380); Blue value is 219 (85.94% from 255 or 57.63% from 380); Max value from RGB is 219 - color contains mainly: blue. Hex color #7C25DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C25DB is #83DA24. Grayscale: #535353. Windows color (decimal): -8641061 or 14361980. OLE color: 14361980.

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

Color convert

RGB 124 37 219 -
CMYK 0.43 0.83 0 0.14
HSL 268.68º 0.72% 0.5% -
HSV(B) 268.68º 0.83% 0.86% -
XYZ 21.76 10.72 67.94 -
YUV 83.76 204.32 156.7 -
System Red Green Blue C M Y K H S L
Decimal 124 37 219 0.43 0.83 0 0.14 268.68 0.72 0.5
Hex 7C 25 DB 2B 53 0 E 10D 48 32
Octal 174 45 333 53 123 0 16 415 110 62
Binary 1111100 100101 11011011 101011 1010011 0 1110 100001101 1001000 110010

Color Harmonies of #7C25DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C25DB

Black with #7C25DB

Text Example


Text Example

White with #7C25DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7C25DB; }

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

 H1.HeaderClassName
 {
   color: #7C25DB;
 }
 .AnyTagClassName
 {
   color: #7C25DB;
 }
</style>

background-color css

<style>
 a { background-color: #7C25DB; }

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

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

border-color css

<style>
 span { border-color: #7C25DB; }

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

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