Html Css Color HEX #743BCE Purple Heart

📋 copy color: '#743BCE'

red 116 ◦ green 59 ◦ blue 206

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

Shades of Purple Heart #743BCE

Tints of Purple Heart #743BCE

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.49%

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

R = 30.45%
G = 15.49%
B = 54.07%

CMYK

 C value IS 0.44

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#743BCE (or 0x743BCE) is known color: Purple Heart. HEX triplet: 74, 3B and CE. RGB value is (116,59,206). Sum of RGB (Red+Green+Blue) = 116+59+206=381 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.45% from 381); Green value is 59 (23.44% from 255 or 15.49% from 381); Blue value is 206 (80.86% from 255 or 54.07% from 381); Max value from RGB is 206 - color contains mainly: blue. Hex color #743BCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #743BCE is #8BC431. Grayscale: #5C5C5C. Windows color (decimal): -9159730 or 13515636. OLE color: 13515636.

HSL color Cylindrical-coordinate representation of color #743BCE: hue angle of 263.27º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #743BCE is Cyan = 0.44, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 116 59 206 -
CMYK 0.44 0.71 0 0.19
HSL 263.27º 0.6% 0.52% -
HSV(B) 263.27º 0.71% 0.81% -
XYZ 19.91 11.3 59.52 -
YUV 92.8 191.88 144.55 -
System Red Green Blue C M Y K H S L
Decimal 116 59 206 0.44 0.71 0 0.19 263.27 0.6 0.52
Hex 74 3B CE 2C 47 0 13 107 3C 34
Octal 164 73 316 54 107 0 23 407 74 64
Binary 1110100 111011 11001110 101100 1000111 0 10011 100000111 111100 110100

Color Harmonies of #743BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743BCE

Black with #743BCE

Text Example


Text Example

White with #743BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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