Html Css Color HEX #741CCF Purple Heart

📋 copy color: '#741CCF'

red 116 ◦ green 28 ◦ blue 207

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

Shades of Purple Heart #741CCF

Tints of Purple Heart #741CCF

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.98%

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

R = 33.05%
G = 7.98%
B = 58.97%

CMYK

 C value IS 0.44

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#741CCF (or 0x741CCF) is known color: Purple Heart. HEX triplet: 74, 1C and CF. RGB value is (116,28,207). Sum of RGB (Red+Green+Blue) = 116+28+207=351 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.05% from 351); Green value is 28 (11.33% from 255 or 7.98% from 351); Blue value is 207 (81.25% from 255 or 58.97% from 351); Max value from RGB is 207 - color contains mainly: blue. Hex color #741CCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #741CCF is #8BE330. Grayscale: #4A4A4A. Windows color (decimal): -9167665 or 13573236. OLE color: 13573236.

HSL color Cylindrical-coordinate representation of color #741CCF: hue angle of 269.5º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #741CCF is Cyan = 0.44, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 116 28 207 -
CMYK 0.44 0.86 0 0.19
HSL 269.5º 0.76% 0.46% -
HSV(B) 269.5º 0.86% 0.81% -
XYZ 18.88 9.05 59.78 -
YUV 74.72 202.65 157.45 -
System Red Green Blue C M Y K H S L
Decimal 116 28 207 0.44 0.86 0 0.19 269.5 0.76 0.46
Hex 74 1C CF 2C 56 0 13 10D 4C 2E
Octal 164 34 317 54 126 0 23 415 114 56
Binary 1110100 11100 11001111 101100 1010110 0 10011 100001101 1001100 101110

Color Harmonies of #741CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741CCF

Black with #741CCF

Text Example


Text Example

White with #741CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741CCF; }

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

 H1.HeaderClassName
 {
   color: #741CCF;
 }
 .AnyTagClassName
 {
   color: #741CCF;
 }
</style>

background-color css

<style>
 a { background-color: #741CCF; }

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

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

border-color css

<style>
 span { border-color: #741CCF; }

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

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