Html Css Color HEX #742FCD Purple Heart

📋 copy color: '#742FCD'

red 116 ◦ green 47 ◦ blue 205

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

Shades of Purple Heart #742FCD

Tints of Purple Heart #742FCD

RGB

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

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

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

R = 31.52%
G = 12.77%
B = 55.71%

CMYK

 C value IS 0.43

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#742FCD (or 0x742FCD) is known color: Purple Heart. HEX triplet: 74, 2F and CD. RGB value is (116,47,205). Sum of RGB (Red+Green+Blue) = 116+47+205=368 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.52% from 368); Green value is 47 (18.75% from 255 or 12.77% from 368); Blue value is 205 (80.47% from 255 or 55.71% from 368); Max value from RGB is 205 - color contains mainly: blue. Hex color #742FCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #742FCD is #8BD032. Grayscale: #555555. Windows color (decimal): -9162803 or 13447028. OLE color: 13447028.

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

Color convert

RGB 116 47 205 -
CMYK 0.43 0.77 0 0.20
HSL 266.2º 0.63% 0.49% -
HSV(B) 266.2º 0.77% 0.8% -
XYZ 19.24 10.15 58.7 -
YUV 85.64 195.36 149.65 -
System Red Green Blue C M Y K H S L
Decimal 116 47 205 0.43 0.77 0 0.20 266.2 0.63 0.49
Hex 74 2F CD 2B 4D 0 14 10A 3F 31
Octal 164 57 315 53 115 0 24 412 77 61
Binary 1110100 101111 11001101 101011 1001101 0 10100 100001010 111111 110001

Color Harmonies of #742FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742FCD

Black with #742FCD

Text Example


Text Example

White with #742FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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