Html Css Color HEX #724FB2 Studio

📋 copy color: '#724FB2'

red 114 ◦ green 79 ◦ blue 178

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

Shades of Studio #724FB2

Tints of Studio #724FB2

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.29%

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

R = 30.73%
G = 21.29%
B = 47.98%

CMYK

 C value IS 0.36

 M value IS 0.56

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#724FB2 (or 0x724FB2) is known color: Studio. HEX triplet: 72, 4F and B2. RGB value is (114,79,178). Sum of RGB (Red+Green+Blue) = 114+79+178=371 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.73% from 371); Green value is 79 (31.25% from 255 or 21.29% from 371); Blue value is 178 (69.92% from 255 or 47.98% from 371); Max value from RGB is 178 - color contains mainly: blue. Hex color #724FB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #724FB2 is #8DB04D. Grayscale: #646464. Windows color (decimal): -9285710 or 11685746. OLE color: 11685746.

HSL color Cylindrical-coordinate representation of color #724FB2: hue angle of 261.21º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #724FB2 is Cyan = 0.36, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 114 79 178 -
CMYK 0.36 0.56 0 0.30
HSL 261.21º 0.39% 0.5% -
HSV(B) 261.21º 0.56% 0.7% -
XYZ 17.77 12.38 43.57 -
YUV 100.75 171.6 137.45 -
System Red Green Blue C M Y K H S L
Decimal 114 79 178 0.36 0.56 0 0.30 261.21 0.39 0.5
Hex 72 4F B2 24 38 0 1E 105 27 32
Octal 162 117 262 44 70 0 36 405 47 62
Binary 1110010 1001111 10110010 100100 111000 0 11110 100000101 100111 110010

Color Harmonies of #724FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724FB2

Black with #724FB2

Text Example


Text Example

White with #724FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724FB2; }

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

 H1.HeaderClassName
 {
   color: #724FB2;
 }
 .AnyTagClassName
 {
   color: #724FB2;
 }
</style>

background-color css

<style>
 a { background-color: #724FB2; }

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

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

border-color css

<style>
 span { border-color: #724FB2; }

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

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