Html Css Color HEX #7841CD Purple Heart

📋 copy color: '#7841CD'

red 120 ◦ green 65 ◦ blue 205

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

Shades of Purple Heart #7841CD

Tints of Purple Heart #7841CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 52.56%

R = 30.77%
G = 16.67%
B = 52.56%

CMYK

 C value IS 0.41

 M value IS 0.68

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7841CD (or 0x7841CD) is known color: Purple Heart. HEX triplet: 78, 41 and CD. RGB value is (120,65,205). Sum of RGB (Red+Green+Blue) = 120+65+205=390 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.77% from 390); Green value is 65 (25.78% from 255 or 16.67% from 390); Blue value is 205 (80.47% from 255 or 52.56% from 390); Max value from RGB is 205 - color contains mainly: blue. Hex color #7841CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7841CD is #87BE32. Grayscale: #606060. Windows color (decimal): -8896051 or 13451640. OLE color: 13451640.

HSL color Cylindrical-coordinate representation of color #7841CD: hue angle of 263.57º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7841CD is Cyan = 0.41, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 120 65 205 -
CMYK 0.41 0.68 0 0.20
HSL 263.57º 0.58% 0.53% -
HSV(B) 263.57º 0.68% 0.8% -
XYZ 20.66 12.18 59.02 -
YUV 97.41 188.72 144.12 -
System Red Green Blue C M Y K H S L
Decimal 120 65 205 0.41 0.68 0 0.20 263.57 0.58 0.53
Hex 78 41 CD 29 44 0 14 108 3A 35
Octal 170 101 315 51 104 0 24 410 72 65
Binary 1111000 1000001 11001101 101001 1000100 0 10100 100001000 111010 110101

Color Harmonies of #7841CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7841CD

Black with #7841CD

Text Example


Text Example

White with #7841CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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