Html Css Color HEX #741FCF Purple Heart

📋 copy color: '#741FCF'

red 116 ◦ green 31 ◦ blue 207

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

Shades of Purple Heart #741FCF

Tints of Purple Heart #741FCF

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.76%

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

R = 32.77%
G = 8.76%
B = 58.47%

CMYK

 C value IS 0.44

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#741FCF (or 0x741FCF) is known color: Purple Heart. HEX triplet: 74, 1F and CF. RGB value is (116,31,207). Sum of RGB (Red+Green+Blue) = 116+31+207=354 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.77% from 354); Green value is 31 (12.5% from 255 or 8.76% from 354); Blue value is 207 (81.25% from 255 or 58.47% from 354); Max value from RGB is 207 - color contains mainly: blue. Hex color #741FCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #741FCF is #8BE030. Grayscale: #4B4B4B. Windows color (decimal): -9166897 or 13574004. OLE color: 13574004.

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

Color convert

RGB 116 31 207 -
CMYK 0.44 0.85 0 0.19
HSL 268.98º 0.74% 0.47% -
HSV(B) 268.98º 0.85% 0.81% -
XYZ 18.95 9.2 59.81 -
YUV 76.48 201.66 156.19 -
System Red Green Blue C M Y K H S L
Decimal 116 31 207 0.44 0.85 0 0.19 268.98 0.74 0.47
Hex 74 1F CF 2C 55 0 13 10D 4A 2F
Octal 164 37 317 54 125 0 23 415 112 57
Binary 1110100 11111 11001111 101100 1010101 0 10011 100001101 1001010 101111

Color Harmonies of #741FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741FCF

Black with #741FCF

Text Example


Text Example

White with #741FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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