Html Css Color HEX #7841CF Purple Heart

📋 copy color: '#7841CF'

red 120 ◦ green 65 ◦ blue 207

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

Shades of Purple Heart #7841CF

Tints of Purple Heart #7841CF

RGB

 RED value IS 120 (47.27% from 255) = 30.61%

 GREEN value IS 65 (25.78% from 255) = 16.58%

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

R = 30.61%
G = 16.58%
B = 52.81%

CMYK

 C value IS 0.42

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7841CF (or 0x7841CF) is known color: Purple Heart. HEX triplet: 78, 41 and CF. RGB value is (120,65,207). Sum of RGB (Red+Green+Blue) = 120+65+207=392 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.61% from 392); Green value is 65 (25.78% from 255 or 16.58% from 392); Blue value is 207 (81.25% from 255 or 52.81% from 392); Max value from RGB is 207 - color contains mainly: blue. Hex color #7841CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7841CF is #87BE30. Grayscale: #616161. Windows color (decimal): -8896049 or 13582712. OLE color: 13582712.

HSL color Cylindrical-coordinate representation of color #7841CF: hue angle of 263.24º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7841CF is Cyan = 0.42, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 120 65 207 -
CMYK 0.42 0.69 0 0.19
HSL 263.24º 0.6% 0.53% -
HSV(B) 263.24º 0.69% 0.81% -
XYZ 20.9 12.28 60.3 -
YUV 97.63 189.72 143.95 -
System Red Green Blue C M Y K H S L
Decimal 120 65 207 0.42 0.69 0 0.19 263.24 0.6 0.53
Hex 78 41 CF 2A 45 0 13 107 3C 35
Octal 170 101 317 52 105 0 23 407 74 65
Binary 1111000 1000001 11001111 101010 1000101 0 10011 100000111 111100 110101

Color Harmonies of #7841CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7841CF

Black with #7841CF

Text Example


Text Example

White with #7841CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7841CF; }

 p { color: rgb(120,65,207); }

 H1.HeaderClassName
 {
   color: #7841CF;
 }
 .AnyTagClassName
 {
   color: #7841CF;
 }
</style>

background-color css

<style>
 a { background-color: #7841CF; }

 a { background-color: rgb(120,65,207); }

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

border-color css

<style>
 span { border-color: #7841CF; }

 span { border-color: rgb(120,65,207); }

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