Html Css Color HEX #7B25CD Blue Violet

📋 copy color: '#7B25CD'

red 123 ◦ green 37 ◦ blue 205

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

Shades of Blue Violet #7B25CD

Tints of Blue Violet #7B25CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 56.16%

R = 33.7%
G = 10.14%
B = 56.16%

CMYK

 C value IS 0.4

 M value IS 0.82

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7B25CD (or 0x7B25CD) is known color: Blue Violet. HEX triplet: 7B, 25 and CD. RGB value is (123,37,205). Sum of RGB (Red+Green+Blue) = 123+37+205=365 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.70% from 365); Green value is 37 (14.84% from 255 or 10.14% from 365); Blue value is 205 (80.47% from 255 or 56.16% from 365); Max value from RGB is 205 - color contains mainly: blue. Hex color #7B25CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B25CD is #84DA32. Grayscale: #515151. Windows color (decimal): -8706611 or 13444475. OLE color: 13444475.

HSL color Cylindrical-coordinate representation of color #7B25CD: hue angle of 270.71º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7B25CD is Cyan = 0.4, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 123 37 205 -
CMYK 0.4 0.82 0 0.20
HSL 270.71º 0.69% 0.47% -
HSV(B) 270.71º 0.82% 0.8% -
XYZ 19.85 9.94 58.63 -
YUV 81.87 197.49 157.34 -
System Red Green Blue C M Y K H S L
Decimal 123 37 205 0.4 0.82 0 0.20 270.71 0.69 0.47
Hex 7B 25 CD 28 52 0 14 10F 45 2F
Octal 173 45 315 50 122 0 24 417 105 57
Binary 1111011 100101 11001101 101000 1010010 0 10100 100001111 1000101 101111

Color Harmonies of #7B25CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B25CD

Black with #7B25CD

Text Example


Text Example

White with #7B25CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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