Html Css Color HEX #74028B Purple

📋 copy color: '#74028B'

red 116 ◦ green 2 ◦ blue 139

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

Shades of Purple #74028B

Tints of Purple #74028B

RGB

 RED value IS 116 (45.7% from 255) = 45.14%

 GREEN value IS 2 (1.17% from 255) = 0.78%

 BLUE value IS 139 (54.69% from 255) = 54.09%

R = 45.14%
G = 0.78%
B = 54.09%

CMYK

 C value IS 0.17

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#74028B (or 0x74028B) is known color: Purple. HEX triplet: 74, 02 and 8B. RGB value is (116,2,139). Sum of RGB (Red+Green+Blue) = 116+2+139=257 (34% of max value = 765). Red value is 116 (45.70% from 255 or 45.14% from 257); Green value is 2 (1.17% from 255 or 0.78% from 257); Blue value is 139 (54.69% from 255 or 54.09% from 257); Max value from RGB is 139 - color contains mainly: blue. Hex color #74028B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #74028B is #8BFD74. Grayscale: #333333. Windows color (decimal): -9174389 or 9110132. OLE color: 9110132.

HSL color Cylindrical-coordinate representation of color #74028B: hue angle of 289.93º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #74028B is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 116 2 139 -
CMYK 0.17 0.99 0 0.45
HSL 289.93º 0.97% 0.28% -
HSV(B) 289.93º 0.99% 0.55% -
XYZ 11.88 5.62 24.88 -
YUV 51.7 177.27 173.86 -
System Red Green Blue C M Y K H S L
Decimal 116 2 139 0.17 0.99 0 0.45 289.93 0.97 0.28
Hex 74 2 8B 11 63 0 2D 122 61 1C
Octal 164 2 213 21 143 0 55 442 141 34
Binary 1110100 10 10001011 10001 1100011 0 101101 100100010 1100001 11100

Color Harmonies of #74028B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74028B

Black with #74028B

Text Example


Text Example

White with #74028B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74028B; }

 p { color: rgb(116,2,139); }

 H1.HeaderClassName
 {
   color: #74028B;
 }
 .AnyTagClassName
 {
   color: #74028B;
 }
</style>

background-color css

<style>
 a { background-color: #74028B; }

 a { background-color: rgb(116,2,139); }

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

border-color css

<style>
 span { border-color: #74028B; }

 span { border-color: rgb(116,2,139); }

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