Html Css Color HEX #741DCE Purple Heart

📋 copy color: '#741DCE'

red 116 ◦ green 29 ◦ blue 206

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

Shades of Purple Heart #741DCE

Tints of Purple Heart #741DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 58.69%

R = 33.05%
G = 8.26%
B = 58.69%

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

#741DCE (or 0x741DCE) is known color: Purple Heart. HEX triplet: 74, 1D and CE. RGB value is (116,29,206). Sum of RGB (Red+Green+Blue) = 116+29+206=351 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.05% from 351); Green value is 29 (11.72% from 255 or 8.26% from 351); Blue value is 206 (80.86% from 255 or 58.69% from 351); Max value from RGB is 206 - color contains mainly: blue. Hex color #741DCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #741DCE is #8BE231. Grayscale: #4A4A4A. Windows color (decimal): -9167410 or 13507956. OLE color: 13507956.

HSL color Cylindrical-coordinate representation of color #741DCE: hue angle of 269.49º 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 #741DCE is Cyan = 0.44, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 116 29 206 -
CMYK 0.44 0.86 0 0.19
HSL 269.49º 0.75% 0.46% -
HSV(B) 269.49º 0.86% 0.81% -
XYZ 18.78 9.05 59.15 -
YUV 75.19 201.82 157.11 -
System Red Green Blue C M Y K H S L
Decimal 116 29 206 0.44 0.86 0 0.19 269.49 0.75 0.46
Hex 74 1D CE 2C 56 0 13 10D 4B 2E
Octal 164 35 316 54 126 0 23 415 113 56
Binary 1110100 11101 11001110 101100 1010110 0 10011 100001101 1001011 101110

Color Harmonies of #741DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741DCE

Black with #741DCE

Text Example


Text Example

White with #741DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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