Html Css Color HEX #72469D Studio

📋 copy color: '#72469D'

red 114 ◦ green 70 ◦ blue 157

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

Shades of Studio #72469D

Tints of Studio #72469D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 46.04%

R = 33.43%
G = 20.53%
B = 46.04%

CMYK

 C value IS 0.27

 M value IS 0.55

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#72469D (or 0x72469D) is known color: Studio. HEX triplet: 72, 46 and 9D. RGB value is (114,70,157). Sum of RGB (Red+Green+Blue) = 114+70+157=341 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.43% from 341); Green value is 70 (27.73% from 255 or 20.53% from 341); Blue value is 157 (61.72% from 255 or 46.04% from 341); Max value from RGB is 157 - color contains mainly: blue. Hex color #72469D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #72469D is #8DB962. Grayscale: #5C5C5C. Windows color (decimal): -9288035 or 10307186. OLE color: 10307186.

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

Color convert

RGB 114 70 157 -
CMYK 0.27 0.55 0 0.38
HSL 270.34º 0.38% 0.45% -
HSV(B) 270.34º 0.55% 0.62% -
XYZ 15.22 10.39 33.1 -
YUV 93.07 164.08 142.93 -
System Red Green Blue C M Y K H S L
Decimal 114 70 157 0.27 0.55 0 0.38 270.34 0.38 0.45
Hex 72 46 9D 1B 37 0 26 10E 26 2D
Octal 162 106 235 33 67 0 46 416 46 55
Binary 1110010 1000110 10011101 11011 110111 0 100110 100001110 100110 101101

Color Harmonies of #72469D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72469D

Black with #72469D

Text Example


Text Example

White with #72469D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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