Html Css Color HEX #7B25FB Blue Violet

📋 copy color: '#7B25FB'

red 123 ◦ green 37 ◦ blue 251

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

Shades of Blue Violet #7B25FB

Tints of Blue Violet #7B25FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 61.07%

R = 29.93%
G = 9%
B = 61.07%

CMYK

 C value IS 0.51

 M value IS 0.85

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7B25FB (or 0x7B25FB) is known color: Blue Violet. HEX triplet: 7B, 25 and FB. RGB value is (123,37,251). Sum of RGB (Red+Green+Blue) = 123+37+251=411 (54% of max value = 765). Red value is 123 (48.44% from 255 or 29.93% from 411); Green value is 37 (14.84% from 255 or 9.00% from 411); Blue value is 251 (98.44% from 255 or 61.07% from 411); Max value from RGB is 251 - color contains mainly: blue. Hex color #7B25FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7B25FB is #84DA04. Grayscale: #565656. Windows color (decimal): -8706565 or 16459131. OLE color: 16459131.

HSL color Cylindrical-coordinate representation of color #7B25FB: hue angle of 264.11º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7B25FB is Cyan = 0.51, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 123 37 251 -
CMYK 0.51 0.85 0 0.02
HSL 264.11º 0.96% 0.56% -
HSV(B) 264.11º 0.85% 0.98% -
XYZ 26.24 12.5 92.3 -
YUV 87.11 220.49 153.6 -
System Red Green Blue C M Y K H S L
Decimal 123 37 251 0.51 0.85 0 0.02 264.11 0.96 0.56
Hex 7B 25 FB 33 55 0 2 108 60 38
Octal 173 45 373 63 125 0 2 410 140 70
Binary 1111011 100101 11111011 110011 1010101 0 10 100001000 1100000 111000

Color Harmonies of #7B25FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B25FB

Black with #7B25FB

Text Example


Text Example

White with #7B25FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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