Html Css Color HEX #7B1DA5 Vivid Violet

📋 copy color: '#7B1DA5'

red 123 ◦ green 29 ◦ blue 165

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

Shades of Vivid Violet #7B1DA5

Tints of Vivid Violet #7B1DA5

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.15%

 BLUE value IS 165 (64.84% from 255) = 52.05%

R = 38.8%
G = 9.15%
B = 52.05%

CMYK

 C value IS 0.25

 M value IS 0.82

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#7B1DA5 (or 0x7B1DA5) is known color: Vivid Violet. HEX triplet: 7B, 1D and A5. RGB value is (123,29,165). Sum of RGB (Red+Green+Blue) = 123+29+165=317 (41% of max value = 765). Red value is 123 (48.44% from 255 or 38.80% from 317); Green value is 29 (11.72% from 255 or 9.15% from 317); Blue value is 165 (64.84% from 255 or 52.05% from 317); Max value from RGB is 165 - color contains mainly: blue. Hex color #7B1DA5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B1DA5 is #84E25A. Grayscale: #484848. Windows color (decimal): -8708699 or 10820987. OLE color: 10820987.

HSL color Cylindrical-coordinate representation of color #7B1DA5: hue angle of 281.47º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7B1DA5 is Cyan = 0.25, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 123 29 165 -
CMYK 0.25 0.82 0 0.35
HSL 281.47º 0.7% 0.38% -
HSV(B) 281.47º 0.82% 0.65% -
XYZ 15.4 7.81 36.29 -
YUV 72.61 180.14 163.94 -
System Red Green Blue C M Y K H S L
Decimal 123 29 165 0.25 0.82 0 0.35 281.47 0.7 0.38
Hex 7B 1D A5 19 52 0 23 119 46 26
Octal 173 35 245 31 122 0 43 431 106 46
Binary 1111011 11101 10100101 11001 1010010 0 100011 100011001 1000110 100110

Color Harmonies of #7B1DA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B1DA5

Black with #7B1DA5

Text Example


Text Example

White with #7B1DA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,29,165); }

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

background-color css

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

 a { background-color: rgb(123,29,165); }

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

border-color css

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

 span { border-color: rgb(123,29,165); }

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