Html Css Color HEX #743CD0 Purple Heart

📋 copy color: '#743CD0'

red 116 ◦ green 60 ◦ blue 208

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

Shades of Purple Heart #743CD0

Tints of Purple Heart #743CD0

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.63%

 BLUE value IS 208 (81.64% from 255) = 54.17%

R = 30.21%
G = 15.63%
B = 54.17%

CMYK

 C value IS 0.44

 M value IS 0.71

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#743CD0 (or 0x743CD0) is known color: Purple Heart. HEX triplet: 74, 3C and D0. RGB value is (116,60,208). Sum of RGB (Red+Green+Blue) = 116+60+208=384 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.21% from 384); Green value is 60 (23.83% from 255 or 15.62% from 384); Blue value is 208 (81.64% from 255 or 54.17% from 384); Max value from RGB is 208 - color contains mainly: blue. Hex color #743CD0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #743CD0 is #8BC32F. Grayscale: #5D5D5D. Windows color (decimal): -9159472 or 13646964. OLE color: 13646964.

HSL color Cylindrical-coordinate representation of color #743CD0: hue angle of 262.7º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #743CD0 is Cyan = 0.44, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 116 60 208 -
CMYK 0.44 0.71 0 0.18
HSL 262.7º 0.61% 0.53% -
HSV(B) 262.7º 0.71% 0.82% -
XYZ 20.2 11.5 60.83 -
YUV 93.62 192.55 143.97 -
System Red Green Blue C M Y K H S L
Decimal 116 60 208 0.44 0.71 0 0.18 262.7 0.61 0.53
Hex 74 3C D0 2C 47 0 12 107 3D 35
Octal 164 74 320 54 107 0 22 407 75 65
Binary 1110100 111100 11010000 101100 1000111 0 10010 100000111 111101 110101

Color Harmonies of #743CD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743CD0

Black with #743CD0

Text Example


Text Example

White with #743CD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743CD0; }

 p { color: rgb(116,60,208); }

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

background-color css

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

 a { background-color: rgb(116,60,208); }

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

border-color css

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

 span { border-color: rgb(116,60,208); }

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