Html Css Color HEX #741DCF Purple Heart

📋 copy color: '#741DCF'

red 116 ◦ green 29 ◦ blue 207

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

Shades of Purple Heart #741DCF

Tints of Purple Heart #741DCF

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.24%

 BLUE value IS 207 (81.25% from 255) = 58.81%

R = 32.95%
G = 8.24%
B = 58.81%

CMYK

 C value IS 0.44

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#741DCF (or 0x741DCF) is known color: Purple Heart. HEX triplet: 74, 1D and CF. RGB value is (116,29,207). Sum of RGB (Red+Green+Blue) = 116+29+207=352 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.95% from 352); Green value is 29 (11.72% from 255 or 8.24% from 352); Blue value is 207 (81.25% from 255 or 58.81% from 352); Max value from RGB is 207 - color contains mainly: blue. Hex color #741DCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #741DCF is #8BE230. Grayscale: #4A4A4A. Windows color (decimal): -9167409 or 13573492. OLE color: 13573492.

HSL color Cylindrical-coordinate representation of color #741DCF: hue angle of 269.33º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #741DCF is Cyan = 0.44, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 116 29 207 -
CMYK 0.44 0.86 0 0.19
HSL 269.33º 0.75% 0.46% -
HSV(B) 269.33º 0.86% 0.81% -
XYZ 18.9 9.1 59.79 -
YUV 75.31 202.32 157.03 -
System Red Green Blue C M Y K H S L
Decimal 116 29 207 0.44 0.86 0 0.19 269.33 0.75 0.46
Hex 74 1D CF 2C 56 0 13 10D 4B 2E
Octal 164 35 317 54 126 0 23 415 113 56
Binary 1110100 11101 11001111 101100 1010110 0 10011 100001101 1001011 101110

Color Harmonies of #741DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741DCF

Black with #741DCF

Text Example


Text Example

White with #741DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741DCF; }

 p { color: rgb(116,29,207); }

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

background-color css

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

 a { background-color: rgb(116,29,207); }

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

border-color css

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

 span { border-color: rgb(116,29,207); }

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