Html Css Color HEX #7841CA Purple Heart

📋 copy color: '#7841CA'

red 120 ◦ green 65 ◦ blue 202

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

Shades of Purple Heart #7841CA

Tints of Purple Heart #7841CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 52.2%

R = 31.01%
G = 16.8%
B = 52.2%

CMYK

 C value IS 0.41

 M value IS 0.68

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7841CA (or 0x7841CA) is known color: Purple Heart. HEX triplet: 78, 41 and CA. RGB value is (120,65,202). Sum of RGB (Red+Green+Blue) = 120+65+202=387 (51% of max value = 765). Red value is 120 (47.27% from 255 or 31.01% from 387); Green value is 65 (25.78% from 255 or 16.80% from 387); Blue value is 202 (79.30% from 255 or 52.20% from 387); Max value from RGB is 202 - color contains mainly: blue. Hex color #7841CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7841CA is #87BE35. Grayscale: #606060. Windows color (decimal): -8896054 or 13255032. OLE color: 13255032.

HSL color Cylindrical-coordinate representation of color #7841CA: hue angle of 264.09º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7841CA is Cyan = 0.41, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 120 65 202 -
CMYK 0.41 0.68 0 0.21
HSL 264.09º 0.56% 0.52% -
HSV(B) 264.09º 0.68% 0.79% -
XYZ 20.3 12.04 57.13 -
YUV 97.06 187.22 144.36 -
System Red Green Blue C M Y K H S L
Decimal 120 65 202 0.41 0.68 0 0.21 264.09 0.56 0.52
Hex 78 41 CA 29 44 0 15 108 38 34
Octal 170 101 312 51 104 0 25 410 70 64
Binary 1111000 1000001 11001010 101001 1000100 0 10101 100001000 111000 110100

Color Harmonies of #7841CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7841CA

Black with #7841CA

Text Example


Text Example

White with #7841CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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