Html Css Color HEX #74018B Purple

📋 copy color: '#74018B'

red 116 ◦ green 1 ◦ blue 139

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

Shades of Purple #74018B

Tints of Purple #74018B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.39%

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

R = 45.31%
G = 0.39%
B = 54.3%

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

#74018B (or 0x74018B) is known color: Purple. HEX triplet: 74, 01 and 8B. RGB value is (116,1,139). Sum of RGB (Red+Green+Blue) = 116+1+139=256 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.31% from 256); Green value is 1 (0.78% from 255 or 0.39% from 256); Blue value is 139 (54.69% from 255 or 54.30% from 256); Max value from RGB is 139 - color contains mainly: blue. Hex color #74018B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #74018B is #8BFE74. Grayscale: #323232. Windows color (decimal): -9174645 or 9109876. OLE color: 9109876.

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

Color convert

RGB 116 1 139 -
CMYK 0.17 0.99 0 0.45
HSL 290º 0.99% 0.27% -
HSV(B) 290º 0.99% 0.55% -
XYZ 11.87 5.6 24.88 -
YUV 51.12 177.6 174.28 -
System Red Green Blue C M Y K H S L
Decimal 116 1 139 0.17 0.99 0 0.45 290 0.99 0.27
Hex 74 1 8B 11 63 0 2D 122 63 1B
Octal 164 1 213 21 143 0 55 442 143 33
Binary 1110100 1 10001011 10001 1100011 0 101101 100100010 1100011 11011

Color Harmonies of #74018B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74018B

Black with #74018B

Text Example


Text Example

White with #74018B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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