Html Css Color HEX #7442B1 Studio

📋 copy color: '#7442B1'

red 116 ◦ green 66 ◦ blue 177

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

Shades of Studio #7442B1

Tints of Studio #7442B1

RGB

 RED value IS 116 (45.7% from 255) = 32.31%

 GREEN value IS 66 (26.17% from 255) = 18.38%

 BLUE value IS 177 (69.53% from 255) = 49.3%

R = 32.31%
G = 18.38%
B = 49.3%

CMYK

 C value IS 0.34

 M value IS 0.63

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7442B1 (or 0x7442B1) is known color: Studio. HEX triplet: 74, 42 and B1. RGB value is (116,66,177). Sum of RGB (Red+Green+Blue) = 116+66+177=359 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.31% from 359); Green value is 66 (26.17% from 255 or 18.38% from 359); Blue value is 177 (69.53% from 255 or 49.30% from 359); Max value from RGB is 177 - color contains mainly: blue. Hex color #7442B1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7442B1 is #8BBD4E. Grayscale: #5D5D5D. Windows color (decimal): -9157967 or 11616884. OLE color: 11616884.

HSL color Cylindrical-coordinate representation of color #7442B1: hue angle of 267.03º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7442B1 is Cyan = 0.34, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 116 66 177 -
CMYK 0.34 0.63 0 0.31
HSL 267.03º 0.46% 0.48% -
HSV(B) 267.03º 0.63% 0.69% -
XYZ 17.09 10.78 42.78 -
YUV 93.6 175.07 143.97 -
System Red Green Blue C M Y K H S L
Decimal 116 66 177 0.34 0.63 0 0.31 267.03 0.46 0.48
Hex 74 42 B1 22 3F 0 1F 10B 2E 30
Octal 164 102 261 42 77 0 37 413 56 60
Binary 1110100 1000010 10110001 100010 111111 0 11111 100001011 101110 110000

Color Harmonies of #7442B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7442B1

Black with #7442B1

Text Example


Text Example

White with #7442B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7442B1; }

 p { color: rgb(116,66,177); }

 H1.HeaderClassName
 {
   color: #7442B1;
 }
 .AnyTagClassName
 {
   color: #7442B1;
 }
</style>

background-color css

<style>
 a { background-color: #7442B1; }

 a { background-color: rgb(116,66,177); }

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

border-color css

<style>
 span { border-color: #7442B1; }

 span { border-color: rgb(116,66,177); }

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