Html Css Color HEX #7621BF Purple Heart

📋 copy color: '#7621BF'

red 118 ◦ green 33 ◦ blue 191

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

Shades of Purple Heart #7621BF

Tints of Purple Heart #7621BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 55.85%

R = 34.5%
G = 9.65%
B = 55.85%

CMYK

 C value IS 0.38

 M value IS 0.83

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7621BF (or 0x7621BF) is known color: Purple Heart. HEX triplet: 76, 21 and BF. RGB value is (118,33,191). Sum of RGB (Red+Green+Blue) = 118+33+191=342 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.50% from 342); Green value is 33 (13.28% from 255 or 9.65% from 342); Blue value is 191 (75% from 255 or 55.85% from 342); Max value from RGB is 191 - color contains mainly: blue. Hex color #7621BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7621BF is #89DE40. Grayscale: #4B4B4B. Windows color (decimal): -9035329 or 12525942. OLE color: 12525942.

HSL color Cylindrical-coordinate representation of color #7621BF: hue angle of 272.28º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7621BF is Cyan = 0.38, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 118 33 191 -
CMYK 0.38 0.83 0 0.25
HSL 272.28º 0.71% 0.44% -
HSV(B) 272.28º 0.83% 0.75% -
XYZ 17.42 8.7 50.05 -
YUV 76.43 192.66 157.65 -
System Red Green Blue C M Y K H S L
Decimal 118 33 191 0.38 0.83 0 0.25 272.28 0.71 0.44
Hex 76 21 BF 26 53 0 19 110 47 2C
Octal 166 41 277 46 123 0 31 420 107 54
Binary 1110110 100001 10111111 100110 1010011 0 11001 100010000 1000111 101100

Color Harmonies of #7621BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7621BF

Black with #7621BF

Text Example


Text Example

White with #7621BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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