Html Css Color HEX #7B248E Vivid Violet

📋 copy color: '#7B248E'

red 123 ◦ green 36 ◦ blue 142

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

Shades of Vivid Violet #7B248E

Tints of Vivid Violet #7B248E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.96%

 BLUE value IS 142 (55.86% from 255) = 47.18%

R = 40.86%
G = 11.96%
B = 47.18%

CMYK

 C value IS 0.13

 M value IS 0.75

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#7B248E (or 0x7B248E) is known color: Vivid Violet. HEX triplet: 7B, 24 and 8E. RGB value is (123,36,142). Sum of RGB (Red+Green+Blue) = 123+36+142=301 (39% of max value = 765). Red value is 123 (48.44% from 255 or 40.86% from 301); Green value is 36 (14.45% from 255 or 11.96% from 301); Blue value is 142 (55.86% from 255 or 47.18% from 301); Max value from RGB is 142 - color contains mainly: blue. Hex color #7B248E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B248E is #84DB71. Grayscale: #494949. Windows color (decimal): -8706930 or 9315451. OLE color: 9315451.

HSL color Cylindrical-coordinate representation of color #7B248E: hue angle of 289.25º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7B248E is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 123 36 142 -
CMYK 0.13 0.75 0 0.44
HSL 289.25º 0.6% 0.35% -
HSV(B) 289.25º 0.75% 0.56% -
XYZ 13.68 7.43 26.3 -
YUV 74.1 166.32 162.88 -
System Red Green Blue C M Y K H S L
Decimal 123 36 142 0.13 0.75 0 0.44 289.25 0.6 0.35
Hex 7B 24 8E D 4B 0 2C 121 3C 23
Octal 173 44 216 15 113 0 54 441 74 43
Binary 1111011 100100 10001110 1101 1001011 0 101100 100100001 111100 100011

Color Harmonies of #7B248E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B248E

Black with #7B248E

Text Example


Text Example

White with #7B248E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,36,142); }

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

background-color css

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

 a { background-color: rgb(123,36,142); }

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

border-color css

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

 span { border-color: rgb(123,36,142); }

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