Html Css Color HEX #742ACD Purple Heart

📋 copy color: '#742ACD'

red 116 ◦ green 42 ◦ blue 205

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

Shades of Purple Heart #742ACD

Tints of Purple Heart #742ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 56.47%

R = 31.96%
G = 11.57%
B = 56.47%

CMYK

 C value IS 0.43

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#742ACD (or 0x742ACD) is known color: Purple Heart. HEX triplet: 74, 2A and CD. RGB value is (116,42,205). Sum of RGB (Red+Green+Blue) = 116+42+205=363 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.96% from 363); Green value is 42 (16.80% from 255 or 11.57% from 363); Blue value is 205 (80.47% from 255 or 56.47% from 363); Max value from RGB is 205 - color contains mainly: blue. Hex color #742ACD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #742ACD is #8BD532. Grayscale: #525252. Windows color (decimal): -9164083 or 13445748. OLE color: 13445748.

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

Color convert

RGB 116 42 205 -
CMYK 0.43 0.80 0 0.20
HSL 267.24º 0.66% 0.48% -
HSV(B) 267.24º 0.8% 0.8% -
XYZ 19.05 9.78 58.64 -
YUV 82.71 197.02 151.75 -
System Red Green Blue C M Y K H S L
Decimal 116 42 205 0.43 0.80 0 0.20 267.24 0.66 0.48
Hex 74 2A CD 2B 50 0 14 10B 42 30
Octal 164 52 315 53 120 0 24 413 102 60
Binary 1110100 101010 11001101 101011 1010000 0 10100 100001011 1000010 110000

Color Harmonies of #742ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742ACD

Black with #742ACD

Text Example


Text Example

White with #742ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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