Html Css Color HEX #773ACF Purple Heart

📋 copy color: '#773ACF'

red 119 ◦ green 58 ◦ blue 207

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

Shades of Purple Heart #773ACF

Tints of Purple Heart #773ACF

RGB

 RED value IS 119 (46.88% from 255) = 30.99%

 GREEN value IS 58 (23.05% from 255) = 15.1%

 BLUE value IS 207 (81.25% from 255) = 53.91%

R = 30.99%
G = 15.1%
B = 53.91%

CMYK

 C value IS 0.43

 M value IS 0.72

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#773ACF (or 0x773ACF) is known color: Purple Heart. HEX triplet: 77, 3A and CF. RGB value is (119,58,207). Sum of RGB (Red+Green+Blue) = 119+58+207=384 (50% of max value = 765). Red value is 119 (46.88% from 255 or 30.99% from 384); Green value is 58 (23.05% from 255 or 15.10% from 384); Blue value is 207 (81.25% from 255 or 53.91% from 384); Max value from RGB is 207 - color contains mainly: blue. Hex color #773ACF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #773ACF is #88C530. Grayscale: #5C5C5C. Windows color (decimal): -8963377 or 13580919. OLE color: 13580919.

HSL color Cylindrical-coordinate representation of color #773ACF: hue angle of 264.56º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #773ACF is Cyan = 0.43, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 119 58 207 -
CMYK 0.43 0.72 0 0.19
HSL 264.56º 0.61% 0.52% -
HSV(B) 264.56º 0.72% 0.81% -
XYZ 20.38 11.45 60.17 -
YUV 93.23 192.21 146.38 -
System Red Green Blue C M Y K H S L
Decimal 119 58 207 0.43 0.72 0 0.19 264.56 0.61 0.52
Hex 77 3A CF 2B 48 0 13 109 3D 34
Octal 167 72 317 53 110 0 23 411 75 64
Binary 1110111 111010 11001111 101011 1001000 0 10011 100001001 111101 110100

Color Harmonies of #773ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773ACF

Black with #773ACF

Text Example


Text Example

White with #773ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773ACF; }

 p { color: rgb(119,58,207); }

 H1.HeaderClassName
 {
   color: #773ACF;
 }
 .AnyTagClassName
 {
   color: #773ACF;
 }
</style>

background-color css

<style>
 a { background-color: #773ACF; }

 a { background-color: rgb(119,58,207); }

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

border-color css

<style>
 span { border-color: #773ACF; }

 span { border-color: rgb(119,58,207); }

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