Html Css Color HEX #7C359B Vivid Violet

📋 copy color: '#7C359B'

red 124 ◦ green 53 ◦ blue 155

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

Shades of Vivid Violet #7C359B

Tints of Vivid Violet #7C359B

RGB

 RED value IS 124 (48.83% from 255) = 37.35%

 GREEN value IS 53 (21.09% from 255) = 15.96%

 BLUE value IS 155 (60.94% from 255) = 46.69%

R = 37.35%
G = 15.96%
B = 46.69%

CMYK

 C value IS 0.2

 M value IS 0.66

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#7C359B (or 0x7C359B) is known color: Vivid Violet. HEX triplet: 7C, 35 and 9B. RGB value is (124,53,155). Sum of RGB (Red+Green+Blue) = 124+53+155=332 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.35% from 332); Green value is 53 (21.09% from 255 or 15.96% from 332); Blue value is 155 (60.94% from 255 or 46.69% from 332); Max value from RGB is 155 - color contains mainly: blue. Hex color #7C359B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C359B is #83CA64. Grayscale: #555555. Windows color (decimal): -8637029 or 10171772. OLE color: 10171772.

HSL color Cylindrical-coordinate representation of color #7C359B: hue angle of 281.76º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7C359B is Cyan = 0.2, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 124 53 155 -
CMYK 0.2 0.66 0 0.39
HSL 281.76º 0.49% 0.41% -
HSV(B) 281.76º 0.66% 0.61% -
XYZ 15.5 9.2 31.97 -
YUV 85.86 167.02 155.21 -
System Red Green Blue C M Y K H S L
Decimal 124 53 155 0.2 0.66 0 0.39 281.76 0.49 0.41
Hex 7C 35 9B 14 42 0 27 11A 31 29
Octal 174 65 233 24 102 0 47 432 61 51
Binary 1111100 110101 10011011 10100 1000010 0 100111 100011010 110001 101001

Color Harmonies of #7C359B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C359B

Black with #7C359B

Text Example


Text Example

White with #7C359B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,53,155); }

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

background-color css

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

 a { background-color: rgb(124,53,155); }

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

border-color css

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

 span { border-color: rgb(124,53,155); }

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