Html Css Color HEX #7241B6 Studio

📋 copy color: '#7241B6'

red 114 ◦ green 65 ◦ blue 182

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

Shades of Studio #7241B6

Tints of Studio #7241B6

RGB

 RED value IS 114 (44.92% from 255) = 31.58%

 GREEN value IS 65 (25.78% from 255) = 18.01%

 BLUE value IS 182 (71.48% from 255) = 50.42%

R = 31.58%
G = 18.01%
B = 50.42%

CMYK

 C value IS 0.37

 M value IS 0.64

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#7241B6 (or 0x7241B6) is known color: Studio. HEX triplet: 72, 41 and B6. RGB value is (114,65,182). Sum of RGB (Red+Green+Blue) = 114+65+182=361 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.58% from 361); Green value is 65 (25.78% from 255 or 18.01% from 361); Blue value is 182 (71.48% from 255 or 50.42% from 361); Max value from RGB is 182 - color contains mainly: blue. Hex color #7241B6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7241B6 is #8DBE49. Grayscale: #5C5C5C. Windows color (decimal): -9289290 or 11944306. OLE color: 11944306.

HSL color Cylindrical-coordinate representation of color #7241B6: hue angle of 265.13º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7241B6 is Cyan = 0.37, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 114 65 182 -
CMYK 0.37 0.64 0 0.29
HSL 265.13º 0.47% 0.48% -
HSV(B) 265.13º 0.64% 0.71% -
XYZ 17.27 10.74 45.42 -
YUV 92.99 178.23 142.99 -
System Red Green Blue C M Y K H S L
Decimal 114 65 182 0.37 0.64 0 0.29 265.13 0.47 0.48
Hex 72 41 B6 25 40 0 1D 109 2F 30
Octal 162 101 266 45 100 0 35 411 57 60
Binary 1110010 1000001 10110110 100101 1000000 0 11101 100001001 101111 110000

Color Harmonies of #7241B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7241B6

Black with #7241B6

Text Example


Text Example

White with #7241B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7241B6; }

 p { color: rgb(114,65,182); }

 H1.HeaderClassName
 {
   color: #7241B6;
 }
 .AnyTagClassName
 {
   color: #7241B6;
 }
</style>

background-color css

<style>
 a { background-color: #7241B6; }

 a { background-color: rgb(114,65,182); }

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

border-color css

<style>
 span { border-color: #7241B6; }

 span { border-color: rgb(114,65,182); }

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