Html Css Color HEX #7B3FA4 Studio

📋 copy color: '#7B3FA4'

red 123 ◦ green 63 ◦ blue 164

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

Shades of Studio #7B3FA4

Tints of Studio #7B3FA4

RGB

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

 GREEN value IS 63 (25% from 255) = 18%

 BLUE value IS 164 (64.45% from 255) = 46.86%

R = 35.14%
G = 18%
B = 46.86%

CMYK

 C value IS 0.25

 M value IS 0.62

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#7B3FA4 (or 0x7B3FA4) is known color: Studio. HEX triplet: 7B, 3F and A4. RGB value is (123,63,164). Sum of RGB (Red+Green+Blue) = 123+63+164=350 (46% of max value = 765). Red value is 123 (48.44% from 255 or 35.14% from 350); Green value is 63 (25% from 255 or 18% from 350); Blue value is 164 (64.45% from 255 or 46.86% from 350); Max value from RGB is 164 - color contains mainly: blue. Hex color #7B3FA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B3FA4 is #84C05B. Grayscale: #5C5C5C. Windows color (decimal): -8699996 or 10764155. OLE color: 10764155.

HSL color Cylindrical-coordinate representation of color #7B3FA4: hue angle of 275.64º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7B3FA4 is Cyan = 0.25, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 123 63 164 -
CMYK 0.25 0.62 0 0.36
HSL 275.64º 0.44% 0.45% -
HSV(B) 275.64º 0.62% 0.64% -
XYZ 16.65 10.45 36.26 -
YUV 92.45 168.38 149.79 -
System Red Green Blue C M Y K H S L
Decimal 123 63 164 0.25 0.62 0 0.36 275.64 0.44 0.45
Hex 7B 3F A4 19 3E 0 24 114 2C 2D
Octal 173 77 244 31 76 0 44 424 54 55
Binary 1111011 111111 10100100 11001 111110 0 100100 100010100 101100 101101

Color Harmonies of #7B3FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B3FA4

Black with #7B3FA4

Text Example


Text Example

White with #7B3FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,63,164); }

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

background-color css

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

 a { background-color: rgb(123,63,164); }

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

border-color css

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

 span { border-color: rgb(123,63,164); }

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