Html Css Color HEX #742DBE Purple Heart

📋 copy color: '#742DBE'

red 116 ◦ green 45 ◦ blue 190

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

Shades of Purple Heart #742DBE

Tints of Purple Heart #742DBE

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.82%

 BLUE value IS 190 (74.61% from 255) = 54.13%

R = 33.05%
G = 12.82%
B = 54.13%

CMYK

 C value IS 0.39

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#742DBE (or 0x742DBE) is known color: Purple Heart. HEX triplet: 74, 2D and BE. RGB value is (116,45,190). Sum of RGB (Red+Green+Blue) = 116+45+190=351 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.05% from 351); Green value is 45 (17.97% from 255 or 12.82% from 351); Blue value is 190 (74.61% from 255 or 54.13% from 351); Max value from RGB is 190 - color contains mainly: blue. Hex color #742DBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #742DBE is #8BD241. Grayscale: #525252. Windows color (decimal): -9163330 or 12463476. OLE color: 12463476.

HSL color Cylindrical-coordinate representation of color #742DBE: hue angle of 269.38º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #742DBE is Cyan = 0.39, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 116 45 190 -
CMYK 0.39 0.76 0 0.25
HSL 269.38º 0.62% 0.46% -
HSV(B) 269.38º 0.76% 0.75% -
XYZ 17.44 9.31 49.59 -
YUV 82.76 188.52 151.71 -
System Red Green Blue C M Y K H S L
Decimal 116 45 190 0.39 0.76 0 0.25 269.38 0.62 0.46
Hex 74 2D BE 27 4C 0 19 10D 3E 2E
Octal 164 55 276 47 114 0 31 415 76 56
Binary 1110100 101101 10111110 100111 1001100 0 11001 100001101 111110 101110

Color Harmonies of #742DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742DBE

Black with #742DBE

Text Example


Text Example

White with #742DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742DBE; }

 p { color: rgb(116,45,190); }

 H1.HeaderClassName
 {
   color: #742DBE;
 }
 .AnyTagClassName
 {
   color: #742DBE;
 }
</style>

background-color css

<style>
 a { background-color: #742DBE; }

 a { background-color: rgb(116,45,190); }

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

border-color css

<style>
 span { border-color: #742DBE; }

 span { border-color: rgb(116,45,190); }

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