Html Css Color HEX #7B25CE Blue Violet

📋 copy color: '#7B25CE'

red 123 ◦ green 37 ◦ blue 206

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

Shades of Blue Violet #7B25CE

Tints of Blue Violet #7B25CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 56.28%

R = 33.61%
G = 10.11%
B = 56.28%

CMYK

 C value IS 0.40

 M value IS 0.82

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7B25CE (or 0x7B25CE) is known color: Blue Violet. HEX triplet: 7B, 25 and CE. RGB value is (123,37,206). Sum of RGB (Red+Green+Blue) = 123+37+206=366 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.61% from 366); Green value is 37 (14.84% from 255 or 10.11% from 366); Blue value is 206 (80.86% from 255 or 56.28% from 366); Max value from RGB is 206 - color contains mainly: blue. Hex color #7B25CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B25CE is #84DA31. Grayscale: #515151. Windows color (decimal): -8706610 or 13510011. OLE color: 13510011.

HSL color Cylindrical-coordinate representation of color #7B25CE: hue angle of 270.53º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7B25CE is Cyan = 0.40, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 123 37 206 -
CMYK 0.40 0.82 0 0.19
HSL 270.53º 0.7% 0.48% -
HSV(B) 270.53º 0.82% 0.81% -
XYZ 19.97 9.99 59.27 -
YUV 81.98 197.99 157.26 -
System Red Green Blue C M Y K H S L
Decimal 123 37 206 0.40 0.82 0 0.19 270.53 0.7 0.48
Hex 7B 25 CE 28 52 0 13 10F 46 30
Octal 173 45 316 50 122 0 23 417 106 60
Binary 1111011 100101 11001110 101000 1010010 0 10011 100001111 1000110 110000

Color Harmonies of #7B25CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B25CE

Black with #7B25CE

Text Example


Text Example

White with #7B25CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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