Html Css Color HEX #7842BD Purple Heart

📋 copy color: '#7842BD'

red 120 ◦ green 66 ◦ blue 189

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

Shades of Purple Heart #7842BD

Tints of Purple Heart #7842BD

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.6%

 BLUE value IS 189 (74.22% from 255) = 50.4%

R = 32%
G = 17.6%
B = 50.4%

CMYK

 C value IS 0.37

 M value IS 0.65

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7842BD (or 0x7842BD) is known color: Purple Heart. HEX triplet: 78, 42 and BD. RGB value is (120,66,189). Sum of RGB (Red+Green+Blue) = 120+66+189=375 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32% from 375); Green value is 66 (26.17% from 255 or 17.6% from 375); Blue value is 189 (74.22% from 255 or 50.4% from 375); Max value from RGB is 189 - color contains mainly: blue. Hex color #7842BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7842BD is #87BD42. Grayscale: #5F5F5F. Windows color (decimal): -8895811 or 12403320. OLE color: 12403320.

HSL color Cylindrical-coordinate representation of color #7842BD: hue angle of 266.34º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7842BD is Cyan = 0.37, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 120 66 189 -
CMYK 0.37 0.65 0 0.26
HSL 266.34º 0.48% 0.5% -
HSV(B) 266.34º 0.65% 0.74% -
XYZ 18.88 11.56 49.38 -
YUV 96.17 180.39 145 -
System Red Green Blue C M Y K H S L
Decimal 120 66 189 0.37 0.65 0 0.26 266.34 0.48 0.5
Hex 78 42 BD 25 41 0 1A 10A 30 32
Octal 170 102 275 45 101 0 32 412 60 62
Binary 1111000 1000010 10111101 100101 1000001 0 11010 100001010 110000 110010

Color Harmonies of #7842BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7842BD

Black with #7842BD

Text Example


Text Example

White with #7842BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7842BD; }

 p { color: rgb(120,66,189); }

 H1.HeaderClassName
 {
   color: #7842BD;
 }
 .AnyTagClassName
 {
   color: #7842BD;
 }
</style>

background-color css

<style>
 a { background-color: #7842BD; }

 a { background-color: rgb(120,66,189); }

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

border-color css

<style>
 span { border-color: #7842BD; }

 span { border-color: rgb(120,66,189); }

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