Html Css Color HEX #7621BA Purple Heart

📋 copy color: '#7621BA'

red 118 ◦ green 33 ◦ blue 186

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

Shades of Purple Heart #7621BA

Tints of Purple Heart #7621BA

RGB

 RED value IS 118 (46.48% from 255) = 35.01%

 GREEN value IS 33 (13.28% from 255) = 9.79%

 BLUE value IS 186 (73.05% from 255) = 55.19%

R = 35.01%
G = 9.79%
B = 55.19%

CMYK

 C value IS 0.37

 M value IS 0.82

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7621BA (or 0x7621BA) is known color: Purple Heart. HEX triplet: 76, 21 and BA. RGB value is (118,33,186). Sum of RGB (Red+Green+Blue) = 118+33+186=337 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.01% from 337); Green value is 33 (13.28% from 255 or 9.79% from 337); Blue value is 186 (73.05% from 255 or 55.19% from 337); Max value from RGB is 186 - color contains mainly: blue. Hex color #7621BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7621BA is #89DE45. Grayscale: #4B4B4B. Windows color (decimal): -9035334 or 12198262. OLE color: 12198262.

HSL color Cylindrical-coordinate representation of color #7621BA: hue angle of 273.33º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7621BA is Cyan = 0.37, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 118 33 186 -
CMYK 0.37 0.82 0 0.27
HSL 273.33º 0.7% 0.43% -
HSV(B) 273.33º 0.82% 0.73% -
XYZ 16.88 8.48 47.2 -
YUV 75.86 190.16 158.06 -
System Red Green Blue C M Y K H S L
Decimal 118 33 186 0.37 0.82 0 0.27 273.33 0.7 0.43
Hex 76 21 BA 25 52 0 1B 111 46 2B
Octal 166 41 272 45 122 0 33 421 106 53
Binary 1110110 100001 10111010 100101 1010010 0 11011 100010001 1000110 101011

Color Harmonies of #7621BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7621BA

Black with #7621BA

Text Example


Text Example

White with #7621BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7621BA; }

 p { color: rgb(118,33,186); }

 H1.HeaderClassName
 {
   color: #7621BA;
 }
 .AnyTagClassName
 {
   color: #7621BA;
 }
</style>

background-color css

<style>
 a { background-color: #7621BA; }

 a { background-color: rgb(118,33,186); }

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

border-color css

<style>
 span { border-color: #7621BA; }

 span { border-color: rgb(118,33,186); }

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