Html Css Color HEX #7B28CC Blue Violet

📋 copy color: '#7B28CC'

red 123 ◦ green 40 ◦ blue 204

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

Shades of Blue Violet #7B28CC

Tints of Blue Violet #7B28CC

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.9%

 BLUE value IS 204 (80.08% from 255) = 55.59%

R = 33.51%
G = 10.9%
B = 55.59%

CMYK

 C value IS 0.40

 M value IS 0.80

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7B28CC (or 0x7B28CC) is known color: Blue Violet. HEX triplet: 7B, 28 and CC. RGB value is (123,40,204). Sum of RGB (Red+Green+Blue) = 123+40+204=367 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.51% from 367); Green value is 40 (16.02% from 255 or 10.90% from 367); Blue value is 204 (80.08% from 255 or 55.59% from 367); Max value from RGB is 204 - color contains mainly: blue. Hex color #7B28CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B28CC is #84D733. Grayscale: #525252. Windows color (decimal): -8705844 or 13379707. OLE color: 13379707.

HSL color Cylindrical-coordinate representation of color #7B28CC: hue angle of 270.37º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7B28CC is Cyan = 0.40, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 123 40 204 -
CMYK 0.40 0.80 0 0.2
HSL 270.37º 0.67% 0.48% -
HSV(B) 270.37º 0.8% 0.8% -
XYZ 19.83 10.09 58.03 -
YUV 83.51 196 156.16 -
System Red Green Blue C M Y K H S L
Decimal 123 40 204 0.40 0.80 0 0.2 270.37 0.67 0.48
Hex 7B 28 CC 28 50 0 14 10E 43 30
Octal 173 50 314 50 120 0 24 416 103 60
Binary 1111011 101000 11001100 101000 1010000 0 10100 100001110 1000011 110000

Color Harmonies of #7B28CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B28CC

Black with #7B28CC

Text Example


Text Example

White with #7B28CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,40,204); }

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

background-color css

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

 a { background-color: rgb(123,40,204); }

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

border-color css

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

 span { border-color: rgb(123,40,204); }

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