Html Css Color HEX #7B25FE Blue Violet

📋 copy color: '#7B25FE'

red 123 ◦ green 37 ◦ blue 254

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

Shades of Blue Violet #7B25FE

Tints of Blue Violet #7B25FE

RGB

 RED value IS 123 (48.44% from 255) = 29.71%

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

 BLUE value IS 254 (99.61% from 255) = 61.35%

R = 29.71%
G = 8.94%
B = 61.35%

CMYK

 C value IS 0.52

 M value IS 0.85

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7B25FE (or 0x7B25FE) is known color: Blue Violet. HEX triplet: 7B, 25 and FE. RGB value is (123,37,254). Sum of RGB (Red+Green+Blue) = 123+37+254=414 (54% of max value = 765). Red value is 123 (48.44% from 255 or 29.71% from 414); Green value is 37 (14.84% from 255 or 8.94% from 414); Blue value is 254 (99.61% from 255 or 61.35% from 414); Max value from RGB is 254 - color contains mainly: blue. Hex color #7B25FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7B25FE is #84DA01. Grayscale: #565656. Windows color (decimal): -8706562 or 16655739. OLE color: 16655739.

HSL color Cylindrical-coordinate representation of color #7B25FE: hue angle of 263.78º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7B25FE is Cyan = 0.52, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 123 37 254 -
CMYK 0.52 0.85 0 0.00
HSL 263.78º 0.99% 0.57% -
HSV(B) 263.78º 0.85% 1% -
XYZ 26.72 12.69 94.81 -
YUV 87.45 221.99 153.36 -
System Red Green Blue C M Y K H S L
Decimal 123 37 254 0.52 0.85 0 0.00 263.78 0.99 0.57
Hex 7B 25 FE 34 55 0 0 108 63 39
Octal 173 45 376 64 125 0 0 410 143 71
Binary 1111011 100101 11111110 110100 1010101 0 0 100001000 1100011 111001

Color Harmonies of #7B25FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B25FE

Black with #7B25FE

Text Example


Text Example

White with #7B25FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,37,254); }

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

background-color css

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

 a { background-color: rgb(123,37,254); }

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

border-color css

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

 span { border-color: rgb(123,37,254); }

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