Html Css Color HEX #72469F Studio

📋 copy color: '#72469F'

red 114 ◦ green 70 ◦ blue 159

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

Shades of Studio #72469F

Tints of Studio #72469F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.41%

 BLUE value IS 159 (62.5% from 255) = 46.36%

R = 33.24%
G = 20.41%
B = 46.36%

CMYK

 C value IS 0.28

 M value IS 0.56

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#72469F (or 0x72469F) is known color: Studio. HEX triplet: 72, 46 and 9F. RGB value is (114,70,159). Sum of RGB (Red+Green+Blue) = 114+70+159=343 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.24% from 343); Green value is 70 (27.73% from 255 or 20.41% from 343); Blue value is 159 (62.5% from 255 or 46.36% from 343); Max value from RGB is 159 - color contains mainly: blue. Hex color #72469F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #72469F is #8DB960. Grayscale: #5C5C5C. Windows color (decimal): -9288033 or 10438258. OLE color: 10438258.

HSL color Cylindrical-coordinate representation of color #72469F: hue angle of 269.66º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #72469F is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 114 70 159 -
CMYK 0.28 0.56 0 0.38
HSL 269.66º 0.39% 0.45% -
HSV(B) 269.66º 0.56% 0.62% -
XYZ 15.39 10.46 34.01 -
YUV 93.3 165.08 142.76 -
System Red Green Blue C M Y K H S L
Decimal 114 70 159 0.28 0.56 0 0.38 269.66 0.39 0.45
Hex 72 46 9F 1C 38 0 26 10E 27 2D
Octal 162 106 237 34 70 0 46 416 47 55
Binary 1110010 1000110 10011111 11100 111000 0 100110 100001110 100111 101101

Color Harmonies of #72469F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72469F

Black with #72469F

Text Example


Text Example

White with #72469F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72469F; }

 p { color: rgb(114,70,159); }

 H1.HeaderClassName
 {
   color: #72469F;
 }
 .AnyTagClassName
 {
   color: #72469F;
 }
</style>

background-color css

<style>
 a { background-color: #72469F; }

 a { background-color: rgb(114,70,159); }

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

border-color css

<style>
 span { border-color: #72469F; }

 span { border-color: rgb(114,70,159); }

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