Html Css Color HEX #7348B4 Studio

📋 copy color: '#7348B4'

red 115 ◦ green 72 ◦ blue 180

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

Shades of Studio #7348B4

Tints of Studio #7348B4

RGB

 RED value IS 115 (45.31% from 255) = 31.34%

 GREEN value IS 72 (28.52% from 255) = 19.62%

 BLUE value IS 180 (70.7% from 255) = 49.05%

R = 31.34%
G = 19.62%
B = 49.05%

CMYK

 C value IS 0.36

 M value IS 0.60

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#7348B4 (or 0x7348B4) is known color: Studio. HEX triplet: 73, 48 and B4. RGB value is (115,72,180). Sum of RGB (Red+Green+Blue) = 115+72+180=367 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.34% from 367); Green value is 72 (28.52% from 255 or 19.62% from 367); Blue value is 180 (70.70% from 255 or 49.05% from 367); Max value from RGB is 180 - color contains mainly: blue. Hex color #7348B4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7348B4 is #8CB74B. Grayscale: #606060. Windows color (decimal): -9221964 or 11815027. OLE color: 11815027.

HSL color Cylindrical-coordinate representation of color #7348B4: hue angle of 263.89º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7348B4 is Cyan = 0.36, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 115 72 180 -
CMYK 0.36 0.60 0 0.29
HSL 263.89º 0.43% 0.49% -
HSV(B) 263.89º 0.6% 0.71% -
XYZ 17.63 11.57 44.49 -
YUV 97.17 174.75 140.72 -
System Red Green Blue C M Y K H S L
Decimal 115 72 180 0.36 0.60 0 0.29 263.89 0.43 0.49
Hex 73 48 B4 24 3C 0 1D 108 2B 31
Octal 163 110 264 44 74 0 35 410 53 61
Binary 1110011 1001000 10110100 100100 111100 0 11101 100001000 101011 110001

Color Harmonies of #7348B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7348B4

Black with #7348B4

Text Example


Text Example

White with #7348B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7348B4; }

 p { color: rgb(115,72,180); }

 H1.HeaderClassName
 {
   color: #7348B4;
 }
 .AnyTagClassName
 {
   color: #7348B4;
 }
</style>

background-color css

<style>
 a { background-color: #7348B4; }

 a { background-color: rgb(115,72,180); }

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

border-color css

<style>
 span { border-color: #7348B4; }

 span { border-color: rgb(115,72,180); }

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