Html Css Color HEX #742ACC Purple Heart

📋 copy color: '#742ACC'

red 116 ◦ green 42 ◦ blue 204

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

Shades of Purple Heart #742ACC

Tints of Purple Heart #742ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 56.35%

R = 32.04%
G = 11.6%
B = 56.35%

CMYK

 C value IS 0.43

 M value IS 0.79

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#742ACC (or 0x742ACC) is known color: Purple Heart. HEX triplet: 74, 2A and CC. RGB value is (116,42,204). Sum of RGB (Red+Green+Blue) = 116+42+204=362 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.04% from 362); Green value is 42 (16.80% from 255 or 11.60% from 362); Blue value is 204 (80.08% from 255 or 56.35% from 362); Max value from RGB is 204 - color contains mainly: blue. Hex color #742ACC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #742ACC is #8BD533. Grayscale: #525252. Windows color (decimal): -9164084 or 13380212. OLE color: 13380212.

HSL color Cylindrical-coordinate representation of color #742ACC: hue angle of 267.41º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #742ACC is Cyan = 0.43, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 116 42 204 -
CMYK 0.43 0.79 0 0.2
HSL 267.41º 0.66% 0.48% -
HSV(B) 267.41º 0.79% 0.8% -
XYZ 18.93 9.73 58.01 -
YUV 82.59 196.52 151.83 -
System Red Green Blue C M Y K H S L
Decimal 116 42 204 0.43 0.79 0 0.2 267.41 0.66 0.48
Hex 74 2A CC 2B 4F 0 14 10B 42 30
Octal 164 52 314 53 117 0 24 413 102 60
Binary 1110100 101010 11001100 101011 1001111 0 10100 100001011 1000010 110000

Color Harmonies of #742ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742ACC

Black with #742ACC

Text Example


Text Example

White with #742ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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