Html Css Color HEX #742FBD Purple Heart

📋 copy color: '#742FBD'

red 116 ◦ green 47 ◦ blue 189

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

Shades of Purple Heart #742FBD

Tints of Purple Heart #742FBD

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.35%

 BLUE value IS 189 (74.22% from 255) = 53.69%

R = 32.95%
G = 13.35%
B = 53.69%

CMYK

 C value IS 0.39

 M value IS 0.75

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#742FBD (or 0x742FBD) is known color: Purple Heart. HEX triplet: 74, 2F and BD. RGB value is (116,47,189). Sum of RGB (Red+Green+Blue) = 116+47+189=352 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.95% from 352); Green value is 47 (18.75% from 255 or 13.35% from 352); Blue value is 189 (74.22% from 255 or 53.69% from 352); Max value from RGB is 189 - color contains mainly: blue. Hex color #742FBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #742FBD is #8BD042. Grayscale: #535353. Windows color (decimal): -9162819 or 12398452. OLE color: 12398452.

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

Color convert

RGB 116 47 189 -
CMYK 0.39 0.75 0 0.26
HSL 269.15º 0.6% 0.46% -
HSV(B) 269.15º 0.75% 0.74% -
XYZ 17.4 9.42 49.05 -
YUV 83.82 187.36 150.95 -
System Red Green Blue C M Y K H S L
Decimal 116 47 189 0.39 0.75 0 0.26 269.15 0.6 0.46
Hex 74 2F BD 27 4B 0 1A 10D 3C 2E
Octal 164 57 275 47 113 0 32 415 74 56
Binary 1110100 101111 10111101 100111 1001011 0 11010 100001101 111100 101110

Color Harmonies of #742FBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742FBD

Black with #742FBD

Text Example


Text Example

White with #742FBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,47,189); }

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

background-color css

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

 a { background-color: rgb(116,47,189); }

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

border-color css

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

 span { border-color: rgb(116,47,189); }

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