Html Css Color HEX #740287 Purple

📋 copy color: '#740287'

red 116 ◦ green 2 ◦ blue 135

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

Shades of Purple #740287

Tints of Purple #740287

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 53.36%

R = 45.85%
G = 0.79%
B = 53.36%

CMYK

 C value IS 0.14

 M value IS 0.99

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#740287 (or 0x740287) is known color: Purple. HEX triplet: 74, 02 and 87. RGB value is (116,2,135). Sum of RGB (Red+Green+Blue) = 116+2+135=253 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.85% from 253); Green value is 2 (1.17% from 255 or 0.79% from 253); Blue value is 135 (53.12% from 255 or 53.36% from 253); Max value from RGB is 135 - color contains mainly: blue. Hex color #740287 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740287 is #8BFD78. Grayscale: #323232. Windows color (decimal): -9174393 or 8847988. OLE color: 8847988.

HSL color Cylindrical-coordinate representation of color #740287: hue angle of 291.43º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #740287 is Cyan = 0.14, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 116 2 135 -
CMYK 0.14 0.99 0 0.47
HSL 291.43º 0.97% 0.27% -
HSV(B) 291.43º 0.99% 0.53% -
XYZ 11.6 5.51 23.37 -
YUV 51.25 175.27 174.19 -
System Red Green Blue C M Y K H S L
Decimal 116 2 135 0.14 0.99 0 0.47 291.43 0.97 0.27
Hex 74 2 87 E 63 0 2F 123 61 1B
Octal 164 2 207 16 143 0 57 443 141 33
Binary 1110100 10 10000111 1110 1100011 0 101111 100100011 1100001 11011

Color Harmonies of #740287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740287

Black with #740287

Text Example


Text Example

White with #740287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740287; }

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

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

background-color css

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

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

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

border-color css

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

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

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