Html Css Color HEX #7B30CD Blue Violet

📋 copy color: '#7B30CD'

red 123 ◦ green 48 ◦ blue 205

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

Shades of Blue Violet #7B30CD

Tints of Blue Violet #7B30CD

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.77%

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

R = 32.71%
G = 12.77%
B = 54.52%

CMYK

 C value IS 0.4

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7B30CD (or 0x7B30CD) is known color: Blue Violet. HEX triplet: 7B, 30 and CD. RGB value is (123,48,205). Sum of RGB (Red+Green+Blue) = 123+48+205=376 (49% of max value = 765). Red value is 123 (48.44% from 255 or 32.71% from 376); Green value is 48 (19.14% from 255 or 12.77% from 376); Blue value is 205 (80.47% from 255 or 54.52% from 376); Max value from RGB is 205 - color contains mainly: blue. Hex color #7B30CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B30CD is #84CF32. Grayscale: #575757. Windows color (decimal): -8703795 or 13447291. OLE color: 13447291.

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

Color convert

RGB 123 48 205 -
CMYK 0.4 0.77 0 0.20
HSL 268.66º 0.62% 0.5% -
HSV(B) 268.66º 0.77% 0.8% -
XYZ 20.24 10.73 58.76 -
YUV 88.32 193.85 152.73 -
System Red Green Blue C M Y K H S L
Decimal 123 48 205 0.4 0.77 0 0.20 268.66 0.62 0.5
Hex 7B 30 CD 28 4D 0 14 10D 3E 32
Octal 173 60 315 50 115 0 24 415 76 62
Binary 1111011 110000 11001101 101000 1001101 0 10100 100001101 111110 110010

Color Harmonies of #7B30CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B30CD

Black with #7B30CD

Text Example


Text Example

White with #7B30CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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