Html Css Color HEX #743DCB Purple Heart

📋 copy color: '#743DCB'

red 116 ◦ green 61 ◦ blue 203

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

Shades of Purple Heart #743DCB

Tints of Purple Heart #743DCB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.05%

 BLUE value IS 203 (79.69% from 255) = 53.42%

R = 30.53%
G = 16.05%
B = 53.42%

CMYK

 C value IS 0.43

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#743DCB (or 0x743DCB) is known color: Purple Heart. HEX triplet: 74, 3D and CB. RGB value is (116,61,203). Sum of RGB (Red+Green+Blue) = 116+61+203=380 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.53% from 380); Green value is 61 (24.22% from 255 or 16.05% from 380); Blue value is 203 (79.69% from 255 or 53.42% from 380); Max value from RGB is 203 - color contains mainly: blue. Hex color #743DCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #743DCB is #8BC234. Grayscale: #5D5D5D. Windows color (decimal): -9159221 or 13319540. OLE color: 13319540.

HSL color Cylindrical-coordinate representation of color #743DCB: hue angle of 263.24º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #743DCB is Cyan = 0.43, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 116 61 203 -
CMYK 0.43 0.70 0 0.20
HSL 263.24º 0.58% 0.52% -
HSV(B) 263.24º 0.7% 0.8% -
XYZ 19.65 11.36 57.66 -
YUV 93.63 189.72 143.95 -
System Red Green Blue C M Y K H S L
Decimal 116 61 203 0.43 0.70 0 0.20 263.24 0.58 0.52
Hex 74 3D CB 2B 46 0 14 107 3A 34
Octal 164 75 313 53 106 0 24 407 72 64
Binary 1110100 111101 11001011 101011 1000110 0 10100 100000111 111010 110100

Color Harmonies of #743DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743DCB

Black with #743DCB

Text Example


Text Example

White with #743DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,61,203); }

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

background-color css

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

 a { background-color: rgb(116,61,203); }

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

border-color css

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

 span { border-color: rgb(116,61,203); }

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