Html Css Color HEX #742ACF Purple Heart

📋 copy color: '#742ACF'

red 116 ◦ green 42 ◦ blue 207

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

Shades of Purple Heart #742ACF

Tints of Purple Heart #742ACF

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.51%

 BLUE value IS 207 (81.25% from 255) = 56.71%

R = 31.78%
G = 11.51%
B = 56.71%

CMYK

 C value IS 0.44

 M value IS 0.80

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#742ACF (or 0x742ACF) is known color: Purple Heart. HEX triplet: 74, 2A and CF. RGB value is (116,42,207). Sum of RGB (Red+Green+Blue) = 116+42+207=365 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.78% from 365); Green value is 42 (16.80% from 255 or 11.51% from 365); Blue value is 207 (81.25% from 255 or 56.71% from 365); Max value from RGB is 207 - color contains mainly: blue. Hex color #742ACF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #742ACF is #8BD530. Grayscale: #525252. Windows color (decimal): -9164081 or 13576820. OLE color: 13576820.

HSL color Cylindrical-coordinate representation of color #742ACF: hue angle of 266.91º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #742ACF is Cyan = 0.44, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 116 42 207 -
CMYK 0.44 0.80 0 0.19
HSL 266.91º 0.66% 0.49% -
HSV(B) 266.91º 0.8% 0.81% -
XYZ 19.29 9.87 59.92 -
YUV 82.94 198.02 151.58 -
System Red Green Blue C M Y K H S L
Decimal 116 42 207 0.44 0.80 0 0.19 266.91 0.66 0.49
Hex 74 2A CF 2C 50 0 13 10B 42 31
Octal 164 52 317 54 120 0 23 413 102 61
Binary 1110100 101010 11001111 101100 1010000 0 10011 100001011 1000010 110001

Color Harmonies of #742ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742ACF

Black with #742ACF

Text Example


Text Example

White with #742ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,42,207); }

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

background-color css

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

 a { background-color: rgb(116,42,207); }

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

border-color css

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

 span { border-color: rgb(116,42,207); }

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