Html Css Color HEX #742FCC Purple Heart

📋 copy color: '#742FCC'

red 116 ◦ green 47 ◦ blue 204

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

Shades of Purple Heart #742FCC

Tints of Purple Heart #742FCC

RGB

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

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

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

R = 31.61%
G = 12.81%
B = 55.59%

CMYK

 C value IS 0.43

 M value IS 0.77

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#742FCC (or 0x742FCC) is known color: Purple Heart. HEX triplet: 74, 2F and CC. RGB value is (116,47,204). Sum of RGB (Red+Green+Blue) = 116+47+204=367 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.61% from 367); Green value is 47 (18.75% from 255 or 12.81% from 367); Blue value is 204 (80.08% from 255 or 55.59% from 367); Max value from RGB is 204 - color contains mainly: blue. Hex color #742FCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #742FCC is #8BD033. Grayscale: #545454. Windows color (decimal): -9162804 or 13381492. OLE color: 13381492.

HSL color Cylindrical-coordinate representation of color #742FCC: hue angle of 266.37º 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 #742FCC is Cyan = 0.43, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 116 47 204 -
CMYK 0.43 0.77 0 0.2
HSL 266.37º 0.63% 0.49% -
HSV(B) 266.37º 0.77% 0.8% -
XYZ 19.12 10.11 58.07 -
YUV 85.53 194.86 149.73 -
System Red Green Blue C M Y K H S L
Decimal 116 47 204 0.43 0.77 0 0.2 266.37 0.63 0.49
Hex 74 2F CC 2B 4D 0 14 10A 3F 31
Octal 164 57 314 53 115 0 24 412 77 61
Binary 1110100 101111 11001100 101011 1001101 0 10100 100001010 111111 110001

Color Harmonies of #742FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742FCC

Black with #742FCC

Text Example


Text Example

White with #742FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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