Html Css Color HEX #731ACF Purple Heart

📋 copy color: '#731ACF'

red 115 ◦ green 26 ◦ blue 207

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

Shades of Purple Heart #731ACF

Tints of Purple Heart #731ACF

RGB

 RED value IS 115 (45.31% from 255) = 33.05%

 GREEN value IS 26 (10.55% from 255) = 7.47%

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

R = 33.05%
G = 7.47%
B = 59.48%

CMYK

 C value IS 0.44

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#731ACF (or 0x731ACF) is known color: Purple Heart. HEX triplet: 73, 1A and CF. RGB value is (115,26,207). Sum of RGB (Red+Green+Blue) = 115+26+207=348 (46% of max value = 765). Red value is 115 (45.31% from 255 or 33.05% from 348); Green value is 26 (10.55% from 255 or 7.47% from 348); Blue value is 207 (81.25% from 255 or 59.48% from 348); Max value from RGB is 207 - color contains mainly: blue. Hex color #731ACF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #731ACF is #8CE530. Grayscale: #484848. Windows color (decimal): -9233713 or 13572723. OLE color: 13572723.

HSL color Cylindrical-coordinate representation of color #731ACF: hue angle of 269.5º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #731ACF is Cyan = 0.44, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 115 26 207 -
CMYK 0.44 0.87 0 0.19
HSL 269.5º 0.78% 0.46% -
HSV(B) 269.5º 0.87% 0.81% -
XYZ 18.7 8.89 59.76 -
YUV 73.25 203.49 157.78 -
System Red Green Blue C M Y K H S L
Decimal 115 26 207 0.44 0.87 0 0.19 269.5 0.78 0.46
Hex 73 1A CF 2C 57 0 13 10E 4E 2E
Octal 163 32 317 54 127 0 23 416 116 56
Binary 1110011 11010 11001111 101100 1010111 0 10011 100001110 1001110 101110

Color Harmonies of #731ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731ACF

Black with #731ACF

Text Example


Text Example

White with #731ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,26,207); }

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

background-color css

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

 a { background-color: rgb(115,26,207); }

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

border-color css

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

 span { border-color: rgb(115,26,207); }

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