Html Css Color HEX #7241B2 Studio

📋 copy color: '#7241B2'

red 114 ◦ green 65 ◦ blue 178

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

Shades of Studio #7241B2

Tints of Studio #7241B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 49.86%

R = 31.93%
G = 18.21%
B = 49.86%

CMYK

 C value IS 0.36

 M value IS 0.63

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#7241B2 (or 0x7241B2) is known color: Studio. HEX triplet: 72, 41 and B2. RGB value is (114,65,178). Sum of RGB (Red+Green+Blue) = 114+65+178=357 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.93% from 357); Green value is 65 (25.78% from 255 or 18.21% from 357); Blue value is 178 (69.92% from 255 or 49.86% from 357); Max value from RGB is 178 - color contains mainly: blue. Hex color #7241B2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7241B2 is #8DBE4D. Grayscale: #5C5C5C. Windows color (decimal): -9289294 or 11682162. OLE color: 11682162.

HSL color Cylindrical-coordinate representation of color #7241B2: hue angle of 266.02º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7241B2 is Cyan = 0.36, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 114 65 178 -
CMYK 0.36 0.63 0 0.30
HSL 266.02º 0.47% 0.48% -
HSV(B) 266.02º 0.63% 0.7% -
XYZ 16.87 10.57 43.27 -
YUV 92.53 176.23 143.31 -
System Red Green Blue C M Y K H S L
Decimal 114 65 178 0.36 0.63 0 0.30 266.02 0.47 0.48
Hex 72 41 B2 24 3F 0 1E 10A 2F 30
Octal 162 101 262 44 77 0 36 412 57 60
Binary 1110010 1000001 10110010 100100 111111 0 11110 100001010 101111 110000

Color Harmonies of #7241B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7241B2

Black with #7241B2

Text Example


Text Example

White with #7241B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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